Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
i dont get it, im such a slow
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.</p>
    <p>I think  <a href="https://freecatphotoapp.com">cat photos</a> is great.</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.81

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

Link to the challenge:

Welcome to the community!

Here is an article that shows and explains how to turn text and images into links.
Turn Image and Text Into Links FCC Article

Happy coding!

1 Like

You’re close,
If you look the requirments of the lesson, it says:
In the text of your 'p' element, turn the words 'cat photos' into a link

They say the 'p' element that you already have, not the one given in the example.

Cheers

1 Like

Hello!

I hope you were successful in completing this step.

If you are still having difficulties with it, just post back on this post, and the community is here to help you.

Please provide updated codes when you do need to post so we can provide you with accurate and timely guidance.

If you have moved on, good going!

Keep up the great progress @miccaella_257 ! :slight_smile: