96下面哪个伪类选择器是匹配指定第n个元素的样式()。
A: :nth-child(n)
B: :last-chlid(n)
C: :nth-last-child(n)
D: :active(n)
A: :nth-child(n)
B: :last-chlid(n)
C: :nth-last-child(n)
D: :active(n)
举一反三
- 要想匹配属于其父元素的第N个子元素,应该选择的选择器是() A: :nth-last-child(n) B: :nth-child(n) C: :first-child D: :last-child
- CSS3的伪类选择器:nth-child(n)用法表示要取第n个元素,n表示从()开始?
- 下列选项中,可以选择父元素中的第n个子元素的选择器有() A: :nth-child(n) B: :only-child C: :first-child D: :nth-last-child(n)
- 常用的结构化伪类选择器有() 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的伪类选择器:nth-child(n)用法表示要取第n个元素,n表示从( )开始? A: 0 B: -1 C: 1 D: 2