Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

my main element’s closing tab should be below the body i don’t understand what i should do can you give me a format

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <main>
     <h1>CatPhotoApp</h1>
     <h2>Cat Photos</h2>
     <!--TODO: Add link to cat photos -->
     <p>Click here to view more cat photos.</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/135.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

you have the wrong elements, reset the step to get the correct starting code, then add the main element back again