Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

Please please please please please please please please please

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

    
    <!--p>See more cat photos in our gallery>

    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Please talk to us about how the instructions or error message is confusing for you.

You have modified your code.

    <p>See more cat photos in our gallery.</p>

Reset your challenge to restore the original code. Then add a comment. in html, comment start with <!-- and ends with -->. You need to add it before paragraph <p>See more....</p> element in a separate line. Remember to copy and paste, required text between your comment Syntex with a space before and after that.
@sgrlielmar76