参数序号从1开始的是哪个选择器( )
A: nth-of-type
B: nth-child
C: :first
D: :eq
A: nth-of-type
B: nth-child
C: :first
D: :eq
举一反三
- :nth-child(index)选择器的index值从0开始
- 常用的结构化伪类选择器有() 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选择器
- CSS3中,如果某个父元素仅有一个子元素,则使用()选择器不能选择这个子元素。 A: :nth-child(1) B: :last-child C: :child D: :only-child
- jquery中eq选择器的下标是从0开始的。
- 下面选项中,属于子元素过滤选择器的是 A: :first-child B: :last-child C: :nth-child(eq|index|odd|even) D: :only-child