What's the
div
element in this code?
The parent element of
p
The child element of
p
The parent element of
body
The parent element of
p
.
<html> <body> <div> <p> "My hovercraft is full of eels." </p> </div> </body> </html>]]>