Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSattribute and nth-childSingle-choice MCQ

How many elements does :nth-child(3n+1) select among 10 sibling items, and which positions?

li:nth-child(3n+1)