CSS3中,:only-child 选择器用于匹配属于某父元素的唯一子元素的元素。()
查看答案
CSS3中,()用来选择某个元素的第一级子元素。()
A. 子代选择器
B. 兄弟选择器
C. 属性选择器
D. 伪类选择器
CSS3中,用于为父元素中的倒数第n个子元素设置样式的选择器是()。
A. :last-child
B. :nth-of-type(n)
C. :nth-last-child(n)
D. :nth-child(n)
CSS3中,属于结构化伪类选择器的是()。
A. :last-child
B. :nth-of-type(n)
C. :not
D. :nth-child(n)
CSS3中,()选择器用来选择没有子元素或文本内容为空的所有元素。
A. :last-child
B. :empty
C. :not
D. :nth-child(n)