Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

i cant understand where i am doing mistake please help me

Your code so far

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

<!-- User Editable Region -->

    <!--TODO:Add link to cat photos-->
    <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/122.0.0.0 Safari/537.36 Edg/122.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-4 :slightly_smiling_face:

Hi @nazminsultan , welcome to freeCodeCamp forum.

There is just a small typo in your CSS comment.

The required comment:
TODO: Add link to cat photos

Your comment:
TODO:Add link to cat photos

There must be a space between TODO: and Add link.