What's the div element in this code?

The parent element of pThe child element of pThe parent element of body

The parent element of p.

<html> <body> <div> <p> "My hovercraft is full of eels." </p> </div> </body> </html>]]>