Q. Which of the following selector is used to selects the element that is the nth child of its parent?
β
Correct Answer: (C)
:nth-child(n)
You must be Logged in to update hint/solution