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
CSS Selectors Course Quiz
Pregunta 1
Pregunta 2
Pregunta 3
Pregunta 4
Pregunta 5
Pregunta 6
Pregunta 7
Pregunta 8
Pregunta 9
Pregunta 10