下面是一個css後代群組選擇器的例子:
<style>
.father .child1,.child2{
border:1px solid red;maring:5px;
}
</style>
<div class="father">
沒有邊框 <a href="http:///a/bjac/46qf0pg7.htm">參考</a>
<p class="child1">有邊框 <a href="http:///a/bjac/wfxui1oc.htm">本文</a>
</p>
<p class="child2">有邊框 <a href="http:///a/bjac/wfxui1oc.htm">本文</a>
</p>
</div>
效果如下:
沒有邊框 參考
有邊框 本文
有邊框 本文