Learn HTML by Building a Cat Photo App - Step 11

Tell us what’s happening:

I have been stuck on this for a while now and can’t seem to figure out what I’m doing wrong. I have also tried adding just “cat photos” as the anchor element and can’t seem to figure it out. I then added the “add link to cat photos” and still doesn’t work. I’m wondering if the opening tags and closing tags are wrong. Do I need to add the “click here to go to”?

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>

<!-- User Editable Region -->

      <add link to cat photos href="https://freecatphotoapp.com"></add link to cat photos>

<!-- 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/134.0.0.0 Safari/537.36 Edg/134.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 11

Welcome to the forum @suezannabarajas

For this step you need to place the text between the anchor tags.
Please reset the step to restore the seed code and try again.

Happy coding

1 Like

text

Nest the URL in an anchor element followed by the href containing the URL for cat photo then a close tage> then the text cat photos and finally close the whole tag