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 code 12 adding element p in between a to create a link

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

<!-- User Editable Region -->

      <p> href="https:// www.See more cat photos in our gallery.</p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- 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 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 OPR/95.0.0.0

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

Link to the challenge:

Look at the link that is already in your challenge. This is how it needs to be structured, and make sure you read the directions carefully. What words are you putting the link around? And what is the href supposed to be?

Hello and welcome to FCC Forum, a community of people helping each other!

Here is a great article, authored by one of the leaders, that provides guidance and examples on how to turn images and text into links.

It is a great reference for several of the steps and a great resource to have handy.

Happy coding! :slight_smile: