Learn HTML by Building a Cat Photo App - Step 12

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> <a href="https://freecatphotoapp.com.</a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>
      <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/108.0.0.0 Safari/537.36 Edg/108.0.1462.46

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

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

Broo you have to remove the text(cat photos) and next to it, create (a) element with cat photos inside of it

I’m sorry, what do you mean? Can you please explain more in depth your problem? This can help us identity what you need help with.

He wants to turn the cat photos into the link

I still don’t understand, but I might have an idea of what you are trying to ask. The challenge asks that you only turn the text in the cat photos into a link by adding anchor tags around them.
Hope this helps!

You didn’t need to erase the text Click here to view more cat photos. within the p.
On the next line of your code, you were able to wrap the text link to cat pictures.
All you are required to do is to wrap the text cat photos in the anchor element