Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

I have tried many times but it keeps saying this " Your main element’s closing tag should be below the p element. You have them in the wrong order."

Your code so far

<html>
  <body>

<!-- User Editable Region -->

<main><h1>Most important content of the document<h/1><p>Some important content of the document</p></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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

Hi and welcome to the forum.

For this question, please click the reset button to restore the original code given for this step. Then add the main opening tag above the h1 element (on an empty line above it).
After that add the main closing tag on an empty line below the p element given to you.

Do not add any other code.