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
can someone help me in that link for cat thanks:)

Hint

The link’s text should be cat photos. You have either omitted the text or have a typo.

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

<!-- User Editable Region -->

      <p>click here to view more
        <a href='https://freecatphotoapp.com'>cat photos</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 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

I’m new to this too. But I think you use the wrong quotation mark.

should it be like our own you posted just now

Your are missing the rest of the sentence. You should not have removed any of the text. Only add the link around the words cat photos. I would reset the lesson to get all the text you need back in place. Then just add the link around cat photos

thank you very must
i really appricate it :slight_smile:

thanks lina i have figured it out :blush:

1 Like

No problem. I hope I was helpful. I wasn’t sure if I could give the full answer. :slight_smile:

its more than enough :saluting_face:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.