Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

Hi
please I have carefully entered the code in step five as instructed but it continues indicating that my main closing tag should be below the p tag ,and I can’t move to the next level

Your code so far

<html>
  <body>

<!-- User Editable Region -->

   <main>
     <h1>Most important content of the document</h1>
     <p>some more important content...</>
   </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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.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 step, you should not be adding a new p element.
I suggest that you click the Reset button to restore the original code and just add the main element tags only.

Edit: do not add any new lines of code except the <main> and the </main> tags.

1 Like