hello, I’m facing problem here: they told me to put the (main) element’s closing tag below (p) element’s closing tag, and although I did as I was told like this:
<html>
<body>
<main>
<h1>Fluffy</p>
</main>
they keep telling me to put the main below p. what should I do?
Your code is incorrect as you have one element with two kinds of tags. To post your code as well as a link to the step press the help button which should appear next to the steps reset button after a few unsuccessful attempts to submit the step. Click on the create a new post option which will appear.