• 2022-06-11
    下面哪一个可以选取每个父元素下的第2个子元素
    A: :first-child
    B: :nth-child(2)
    C: :last-child
    D: :only-child
  • B

    内容

    • 0

      下面哪一个可以选取父元素中唯一的子元素( ) A: :first-child B: :last-child C: :only-child D: :nth-child(1)

    • 1

      first -child选择器只能获取父级元素下的一个子元素。

    • 2

      jQuery中的子元素过滤选择器中,选取父元素下的第一个元素的语法是()。 A: :first-child B: :last-child C: :only-child D: :nth-child

    • 3

      子元素选择器中匹配元素中唯一的子元素是() A: :first-child B: :last-child C: :only-child D: :nth-child

    • 4

      CSS3中,( )选择器用于为父元素中的倒数第二个子元素设置样式。 A: :last-child(2) B: :first-child(2) C: :nth-child(2) D: :nth-last-child(2)