Because the div has another element nested inside it, we call it a parent element. The p element inside it is called a child element.
div
p
Make sure to pick <p>, followed by Prince George, and finally </p>.
<p>
Prince George
</p>