【判断题】CSS3 中,:nth-last-child(n)选择器不属于结构化伪类选择器
错误
举一反三
内容
- 0
智慧职教: CSS3中,:not选择器属于结构化伪类选择器
- 1
智慧职教: CSS3中,:first-child选择器属于结构化伪类选择器。
- 2
CSS3的选择器主要分为属性选择器、关系选择器、结构化伪类选择器、伪元素选择器和链接伪类。
- 3
常用的结构化伪类选择器有() A: :root选择器、:not选择器、:only-child 选择器 B: :first-child选择器、:last-child选择器、:nth-child(n)选择器 C: :nth-last-child(n)选择器、:nth-of-type(n)选择器、:nth-last-of-type(n) 选择器 D: :empty选择器、:target选择器
- 4
CSS3中,不属于结构化伪类选择器的是( )。 A: :last-child B: :nth-type(n) C: :not D: :nth-child(n)