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

Given `.grid p:nth-child(3n)`, which paragraphs are selected if the `.grid` contains exactly 7 `<p>` children?

.grid p:nth-child(3n) { font-weight: bold; }