下列选项中,属于并集选择器书写方式的是()
A. a p{}
B. a _p{}
C. a,p{}
D. a -p{}
下列选项中,能够匹配偶数行的选择器是()。
A. :nth-child(2n)
B. :nth-child(2n+1)
C. :nth-of-type(2n)
D. :nth-of-type(2n+1)
下列表示class=”show”的选择器为()
A.
B. show{}
C. .show {}
D. $show{}
E. *show{}
A. strong p{color:red;}
B. p strong{color:red;}
C. strong,p{color:red;}
D. p.strong{color:red;}