Chuck's Academy

If you want to select an <li> that is exactly the third child of its container, which selector would you use?

  • c) li:nth-of-type(3)

  • li:nth-child(3)

  • li:nth-last-child(3)

  • li:first-child + 2

Verify