下列选项中,用于选择没有子元素的元素的选择器是()
A: :not
B: :empty
C: :first-child
D: :root
A: :not
B: :empty
C: :first-child
D: :root
举一反三
- CSS3中,:empty选择器用于选择没有子元素或文本内容为空的所有元素。
- jQuery的过滤选择器中,选择最后一个元素的是()。 A: :first-child() B: :last C: :first D: :ntn-child()
- CSS3中,( )选择器用来选择没有子元素或文本内容为空的所有元素。 A: :last-child B: :empty C: :not D: :nth-child(n)
- 以下哪个选项是结构性伪类选择器。() A: root B: empty C: first-child D: last-child
- 子元素选择器中匹配元素中唯一的子元素是() A: :first-child B: :last-child C: :only-child D: :nth-child