Which element is the parent of the h2 element and the two p elements?

<html>
<body>
  <h2>Coffee Types</h2>
  <p>Americano</p>
  <p>Ristretto</p>
</body>
</html>]]>
bodyh2p

Make sure to pick body.