Build a Cat Photo App - Step 16

Tell us what’s happening:

Hey everyone, so here’s the thing: I’m stuck on step 16 and I don’t understand which comment I need to remove??

   <p>everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online! </p>
   <p>see more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in your gallery. </p>

Your code so far

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

<!-- User Editable Region -->

      <!-- TODO: Add link to cat photos -->
       <p>everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online! </p>
       <p>see more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in your gallery. </p>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </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/138.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 16

the only comment you have is this one, consider if this is the comment to remove

I suggest you reset the step, there are various unexpected changes