Im 13 and i am stuck on step 14

Tell us what’s happening:

well im 13 and im having trouble figuring out the enchor element to put it because it says turn the exisxting text cute cats into and enchor element and im saying to myself were do i put it to it links it to the site free Code camp and i just need a little help for it and pls give your example thats right and also say it in your own words pls thank you

Your code so far

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

<!-- User Editable Region -->

      <a Everyone loves cute cats</a> online</p>

<!-- User Editable Region -->

      <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      <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/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 14

@codeform Double check your anchor tag. There is something wrong with how you wrote it. Look at how you wrote the other one surrounding ‘cat photos’.