Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

See more c at photos in our gallery.

Sorry, your code does not pass. Hang in there.

Your comment should be above the p element. You have them in the wrong order

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 <a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.cats.org.uk%2Fcats-blog%2F9-things-to-know-before-getting-your-first-cat&psig=AOvVaw3I0zBqemf7smBnmVJtHT09&ust=1721993347410000&source=images&cd=vfe&opi=89978449&ved=0CBEQjRxqFwoTCIiQna2LwocDFQAAAAAdAAAAABAE">cat photos</a> 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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Please click the reset button to restore the strip code for this step.
After that, add the comment line but do not change any other code.