Learn HTML by Building a Cat Photo App - Step 11

i think i’ve done all steps and it’s not working i kept trying so many different ways and it’s still the same response

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>click here to view more cat photos.</p>
        <a href="https://freecatphotoapp.com"> cat photos</a>

<!-- User Editable Region -->



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

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

Link to the challenge:

Welcome to the FCC Forum!

This step directs us to enter the text link to cat pictures between the open and closing anchor tags to create a link.

I hope this helps you!

Happy coding! :slight_smile:

1 Like

Thank you so much it helped

1 Like

Happy to be able to help you move on in your coding journey!
You are doing great! :slight_smile: