Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
CSS
medium
CSS
combinators
Single-choice MCQ
Which element does `h2 ~ p` select?
<h2>Title</h2> <p>One</p> <div></div> <p>Two</p>