Learn HTML by Building a Cat Photo App - Step 14

Tell us what’s happening:
Describe your issue in detail here.
Hi, I’m trying to get this part working but have no idea what i am doing wrong. I’ve tried googling and other forums (other users stuck) but no luck. Am using google chrome.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
        <a href="https://freecatphotoapp.com" target="_blank">
        <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back"></a>
    
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

It looks like you deleted some of original code

In this step it’s not needed

So it’s better to reset the task

In step 12 you made a link from the text cat photos by wrapping it into a element.

Here you need to do the same thing, but not with the text.

Wrap into a element the img element.

1 Like
A cute orange cat lying on its back

Lol, sorry I meant to show you the updated code not send you a pic of cat. But here’s a pic of a cat as a thank you for replying!

I saw this particular cat photo like 200 times, but it’s ok :joy:

For future:
To post your code you can do stuff like:

1 Like

Ha ha ok thanks! Sorry I ams still getting used to this

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