Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

I’m trying the same as given as in the content, Still couldn’t pass it. element in proper place and still getting same error. Can any help me with this ?

Your code so far


<!-- User Editable Region -->

<html>
  <body>
    <main> 
    <h1>Most important content of the document</h1>
    <p>Some important content</p>
      
      <!-- TODO: Add link to cat photos -->
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <p>See more cat photos in our gallery.</p>
    </main>
  </body>
</html>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

reset the step, the only thing you need to add this step is the main element, no others

i had the same problem, turns out i used 0 in TODO instead of O, hope this helps