Learn HTML by Building a Cat Photo App - Step 11

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 -->
      <p>Click here to view more <a  href="https://www.freecodecamp.org">cat photos</a>.</p>

<!-- User Editable Region -->

    <a href="https://www.freecodecamp.org">link to cat pictures</a> 

<!-- 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/109.0.0.0 Safari/537.36

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

Link to the challenge:

It appears you added a link to the p element. I don’t think the instructions asked you to do that. Only make changes that the instructions ask you to make. Even the slightest unexpected change can cause the tests to fail.

UPDATE: Actually, it looks like your browser is showing you an old version of this step. Use the Ctrl +F5 shortcut to force your browser to reload the page, then restart the step as well. The p element should have the text See more cat photos in our gallery.