假设该元素所在的父元素下无其他类型子元素,那么 :first-child选择器与下面( )选择器功能相同。
A: :nth-child(0)
B: :nth-child(1)
C: :nth-child(2)
D: :nth-child(3)
A: :nth-child(0)
B: :nth-child(1)
C: :nth-child(2)
D: :nth-child(3)
举一反三
- CSS3中,如果某个父元素仅有一个子元素,则使用()选择器不能选择这个子元素。 A: :nth-child(1) B: :last-child C: :child D: :only-child
- first -child选择器只能获取父级元素下的一个子元素。
- 子元素选择器中匹配元素中唯一的子元素是() A: :first-child B: :last-child C: :only-child D: :nth-child
- jQuery中的子元素过滤选择器中,选取父元素下的第一个元素的语法是()。 A: :first-child B: :last-child C: :only-child D: :nth-child
- CSS3中,( )选择器用于为父元素中的第一个子元素设置样式。 A: :last-child B: :first-child C: :not D: :nth-child(3)