Which selector is used to select the paragraph element that is a direct descendent of section?
section > p Child combinator
section > p
section * p
section + p
section ~ p