Learn HTML by Building a Cat Photo App - Step 4

Add a comment above the p element with this text:

TODO: Add link to cat photos

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: Adding link to see more cat photos 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.
This will return the code back to the start of this step.

After that, add the new comment above the paragraph line indicated.