Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
I’m not writing my code properly, but i don’t know where am I failing.

Your code so far


<!-- User Editable Region -->

 
   <main><h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p></main>See more cat photos in our gallery.</p>
    </main>

<!-- 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/108.0.0.0 Safari/537.36 Edg/108.0.1462.54

Challenge: Learn HTML by Building a Cat Photo App - Step 5

Link to the challenge:

Can you tell me where am I mistaking?

Welcome to our community!
Follow carefully the instruction: “… by adding a <main> opening tag before the h1 element, and a </main> closing tag after the p element.”
You have added two times the closing ‘main’ tag. Delete the one between ‘p’ element’s tags.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.