题目内容

下列选项中,能够匹配偶数行的选择器是()。

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;}

伪选择器就是伪元素。()

A. 对
B. 错

id选择器用#号标识。()

A. 对
B. 错

答案查题题库