Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

I don’t know what to do over here here it is telling for the link gets confussing where and what need to add in link

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1> 

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <!-- <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/129.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi there!

You have mixed up your paragraph and comment. Reset the challenge step and try to add comment on a separate line above your paragraph p element.

1 Like

Hey Buddy Here you see this how you’re instructed to put comment line in html.

<!-- TODO: Remove h1 -->

You’re instructed to put this line in Comment

TODO: Add link to cat photos

Now I hope you know what you need to done.