Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

my add comments section is failing and am using the correct characters given

Your code so far

<html>
  <body>

<!-- User Editable Region -->

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Can you please show what you tried? I don’t see a comment in the code you provided

You shoud add <!-- TODO: Remove h1 -->(Add what in the task , it’s just an example) before the p tag

That’s just an example of how to make a comment. Here are the instructions to follow:

Add a comment above the p element with this text:

TODO: Add link to cat photos

Now you need to edit the code and add this comment.

Hey Buddy , Here this step want you to add comment before p tag.

<!-- This is a comment line -->

Hope You Understand !!