Courses
Debugger
CSS Selectors Course Quiz
Which selector is used to select all <p> elements that are direct children of a <div>?
div p
div + p
div > p
div ~ p
Verify
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10