Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
hint says our comment should contain the text TODO: Add link to cat photos .
Your code so far

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

<!-- User Editable Region -->

    
    <p>See more cat photos in our gallery.</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/114.0.0.0 Safari/537.36

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

Link to the challenge:

Hi!
Does the comment contain that text, and only that text?

 <!-- <p>TODO: Add link to cat photos </p>-->

Or does it contain something else?

1 Like

Where did you find the instruction to put the opening and closing ‘p’ tags in the comment?

Welcome to the community.

The comment is to be above the p element.

I hope this helps, along with the previous posts.

Happy coding! :slight_smile:

1 Like

yes for all they asked was to put TODO: Add link to cat photos above p

from the freecodecamp yt

do i just need to put

below the comment?

Hello!
You are almost there.

Just need to place the comment above the p element statement.

< !–Comment here. – >
< p > comment goes above this statement. </ p >

1 Like

thank you so much finally did it

1 Like

You are very welcome!

Happy coding! :slight_smile: