Add the tags so that the div element has two child elements nested inside of it.
div
Make sure to pick <p> followed by </p> and then <div>, </div>.
<p>
</p>
<div>
</div>