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