Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      

<!-- User Editable Region -->

     <a href="https://freecatphotoapp.com"> <img 
        src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" 
        alt="A cute orange cat lying on its back."> </a>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 15

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-15 what am i doing wrong help
also how do i know if your replying to me im not that great with computers also so please forgive me i want to learn so badly

hey,
you had done all right but you have erased your previous step code so you have to add that line which you have removed
the line of that code is

See more cat photos in our gallery.

1 Like

<p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
this is the line which is erased in your code

thank you i was able to get it i truly appreciate your help