Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Cannot set the code right.
Could you give me guidance.

Your code so far

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

<!-- User Editable Region -->

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

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

Link to the challenge:

You should not be adding the words “cat photos” at the end like you are currently doing. All you need to do is put the link around the words “cat photos” that the challenge already provided you. There should be no new text added to this challenge

First, thank you for your reply. I cannot get it done.
I don`t know what it means around the word “cat photo”
This is my code :

<p>See more cat photos in our gallery <a href="https://freecatphotoapp.com">Cat Photos</a>.</p>

Could you help me with the correct answer

It means you need to place the anchor around the words “cat photos”. See the sentence? Place the link around that “cat photos”. Get rid of the cat photos at the end that you added

If it helps, reset the lesson then only add the link around the words “cat photos”

Thank you for your reply.
Finally I got it:)