以下是CSS3新增伪类选择器的是
A: last-child
B: only-child
C: first-letter
D: first-line
A: last-child
B: only-child
C: first-letter
D: first-line
举一反三
- CSS3中,如果某个父元素仅有一个子元素,则使用()选择器不能选择这个子元素。 A: :nth-child(1) B: :last-child C: :child D: :only-child
- 以下是CSS3新增伪元素选择器的是( ) A: ::first-letter B: ::selection C: ::nth-of-type D: :nth-last-child
- 以下哪些写法是CSS3新增的伪类选择器。 A: p:only-child B: p:first-of-type C: p:last-of-type D: p:only-of-type
- CSS3中,:only-child 选择器属于结构化伪类选择器
- 下列关于jQuery选择器说法错误的是() A: 使用:only-child选择器只能获取一个子元素 B: pre ~ siblings 选择器与siblings( )方法的使用效果一致 C: first -child与:first 选择器都能用来获取ul下的li元素 D: parent>child选择器与children( )方法使用的效果一致