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