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>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

    <!--remove h1 
    <p> See more cat photos in our gallery </p>
                TODO: add link to cat photos-->

<!-- 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/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hello @fahadshyk555!

First thing first, welcome to the freeCodeCamp forum!
In the future, would you please replace Describe your issue in detail here. by and actual description of your issue so we can help you better?

That being said, your problem seems to be that you didn’t understand/read the task properly.
The task says “Add a comment above the p element with this text: TODO: Add link to cat photos”, no more, no less. The comment should be above your p element, and so the p element shouldn’t be inside the comment!

Hope it helps, feel free to ask more questions if needed :slight_smile:

Good luck!

1 Like

Please do not open multiple topics for the same problem, thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.