Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- User Editable Region -->
<main>
<h1>catphotoapp</h1>
<p>see more cat photo in our gallery</p>
</main>
</main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 5
You have added two closing </main> tags in the wrong place. Delete them both here, and the new one closing </main> tag after the closing </p> tag (and before the closing </body> tag).
If you restart the step, you will see exactly where the blank spaces are left to put the opening <main>, and the closing </main> tag.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.