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
i ave run in to a road block i dont under stand wat i ave to do and if i can et i video or somethin that woude be a big help to me and many others

<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>
    <!-- TODO: Add link to cat Photos -->
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

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

Link to the challenge:

Welcome to the community.

Currently, the comments have been placed below the p element.
I would suggest resetting the step and entering one comment above the p element.
Nothing else needs to be changed. Only one comment was asked for in the instructions.
I hope this helps you!
Happy coding!

Welcome to the community

You are required to comment on that line of code above. Example

<!-- <tag>Some texts here</tag> -->

Also to make sure that your code doesn’t fail remove this👇space between the <p> and TODO:

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