0
0
0
Next Question
Login
Login or Sign up
to attempt the question.
Problem
Editorial
Your Submissions
Output question based on CSS Pseudo Classes
@Yomesh Gupta
Option 1
p:nth-child(3n+2)
Option 2
p:nth-of-type(3n+2)
Option 3
p:nth-child(even)
Option 4
p:nth-child(2n+3)
Submit