A. 对 B. 错
A. 子代选择器 B. 兄弟选择器 C. 属性选择器 D. 伪类选择器
A. :last-child B. :nth-of-type(n) C. :nth-last-child(n) D. :nth-child(n)
A. :last-child B. :nth-of-type(n) C. :not D. :nth-child(n)
A. :last-child B. :empty C. :not D. :nth-child(n)