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

<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 (X11; Ubuntu; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Welcome to the Forum again :blush: .

Here while assigning HTML COMMENT kindly put the space
Like

<!-- This is a commented line -->

Hope you understand.