Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

I don’t understand what should I do in step 12 of building a cat photo app can anyone tell me the answer?

Your code so far

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

<!-- User Editable Region -->

      <p>cat photos<a href="https://freecatphotoapp.com"></a> </p>

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Hello @mohsenshimaa225!
I cant tell the answer but i can explain how to do…
you need to put “cat photos” within ‘a’ tag and specifi url to “https://freecatphotoapp.com”.
I hope you understood me :smile:

Welcome to the FCC forum. You have modified your code. Reset your challenge to restore the original code and add anchor opening and closing tags around existing cat photos text, you have within your paragraph <p>See more.....</p> element text.
@mohsenshimaa225