Turning an image to a link

Tell us what’s happening:
Describe your issue in detail here.

having issues on turning image to a link need help
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"><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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 14

Link to the challenge:

Hi @successebikewenemo !

Welcome to the forum!

I am looking at the starting code here and I don’t see this part

  <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>

I would reset the lesson and make sure to not delete anything.

I was trying to figure it out so i deleted it, now im stuck

You will need to add the missing line back in on line 7 in order for the test to pass.

still not working, can you just show me

Can you post your new code here?

But you got this part right

The reason why you are failing the test is because you deleted this line of code when you were not supposed to

Once you add that missing line back in on line 7 where it originally was, the test passes for me

thank you just got it

thank you so much, just got it

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