Learn HTML by Building a Cat Photo App - Step 15

This is what it told me to do:
Turn the image into a link by surrounding it with necessary element tags. Use https://freecatphotoapp.com as the anchor’s href attribute value.

This is my code so far:
<img src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” alt=“A cute orange cat lying on its back.”

And this is the hint:
You should only add one opening anchor (a ) tag. Please remove any extras. I don’t have any extras!

Kindly send a link to the challenge. Copy the full code and post here. Your <img has no closing bracket though.

1 Like

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