Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSScombinatorsSingle-choice MCQ

Given the markup, how many <p> elements does the selector `div ~ p` match?

<div></div> <p>A</p> <span></span> <p>B</p> <div></div> <p>C</p>