题目内容

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)

请简述一下:not选择器的作用。

答案查题题库