In the HTML code, set the body element's ID with id="parent" so we can nest a new element inside of it.
body
id="parent"
Make sure to pick id, followed by =, and finally "parent".
id
=
"parent"