Devtools Tech Logo
0
0
0

Output question based on CSS Pseudo Classes

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)