Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

Need help checking my code, I have tried submitting but it seems wrong I don’t know what I’m missing.

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
       <asee more href="https://freecatphotoapp.com">cat photos</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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hi and welcome to the community!
the instructions tell you to:

Add the words See more before the anchor element and in our gallery after the anchor element.

Hope this helps!

Hi there. You have added the words See more within the anchor opening tag