I don’t understand what I’m am doing about the nesting of my statements.
when you have a paragraph:
<p>i am a paragraph</p>
you can add the style attribute to the opening tag:
<p style="">i am paragraph</p>
no need to create an additional (paragraph) opening tag in the process.