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)