Learn HTML by Building a Cat Photo App - Step 4

I keep getting a notice that says that i must put my comment ABOVE the p element, but it is above, I dont understand what im doing wrong?

Your code so far

<html>
  <body>
    

<!-- User Editable Region -->

    <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/117.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Welcome to the community!

Suggestion:

Try resetting the step.

Type in (do not copy and paste, though that usually works) the required comment, as you have it above the p element statement.

Please be aware of space entry, as this can create a problem if not exactly the same?

Happy coding! :slightly_smiling_face:

2 Likes

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