Add the tags so the div element is the parent and the p element is the child.
div
p
Make sure to pick <div> followed by <p> and then </p>, </div>.
<div>
<p>
</p>
</div>