Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<h1>CatPhotoApp</h1>
<main>CatPhotoApp</main>
<h2>Cat Photos</h2>
<main>CatPhotoApp</main>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos</p>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 5
If you re-read the instructions, you will see they say that they want “an opening tag” only after the h1 element and a “closing tag” only after the paragraph element.
Recall that in html, an opening tag looks like this <main> while a closing tag looks like this </main>.
You may want to restart (reset) this step and try this one again.