Learn HTML by Building a Cat Photo App - Step 4

Step 4: How to solve this comment:

I got error when give comment on instruction task. May I got help for my hang code.

based on instruction

<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>
    

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi, welcome to the forum!
Note, in this task you have to put a comment above the given line. Put the text like this
<!-- Comment text -->
and it will be done.
And remove the space here, it may cause error.

gallery. </p>

Thank you for your answer. Really answered. Of course, put above p

that right.

1 Like

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