Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

How to add comment in the code ?
I tried but weong

Your code so far

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

<!-- User Editable Region -->

  
    <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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Hi there and welcome to our community!

Your comment should be above the p element.
Also you’ll need to add a single space right after the colon (:) in the comment text.

1 Like