Build a Cat Photo App - Step 4

Tell us what’s happening:

i entered all the code correct but it shows me an error what’s the mistake i want to know please help me

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <!-- TODO: Remove h1 -->
 <!-- TODO:Add link to cat photos-->

<!-- User Editable Region -->

    <p>Everyone loves cute cats online!</p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc17dc8f86c76b9248c6eb5.md at main · freeCodeCamp/freeCodeCamp · GitHub

please do not add the example comment, add only the requested comment

Hi

You are not asked to add the comment in the example code. Just add the comment you are asked to add and it should pass.

Hi buddy, See this here you need to do add this only in the code.

Add a comment above the p element with this text:

TODO: Add link to cat photos

There should be only one line in the code nothing else.

Hope this helped.