Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

<!-- User Editable Region -->

    <!-- <p>TODO: Remove h1</p> -->
    <p>TODO: Add link to cat photos</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/117.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

Hello and welcome to the community :smiley:!
The instructions say to add a comment above your existing paragraph element: <p>See more cat photos in our gallery.</p>.
You comment should contain the text TODO: Add link to cat photos as TODO: Remove h1 was just an example of how to create a comment.
Use this code as an example of how to create a comment in HTML.

Hope this helps!