Trouble Completing "HTML: Cat Photo App - Step 15"

Could someone help me? HTML Cat Photo App - Step 15. Every time I try to submit my current code, I get the message, “You should only add one opening anchor (a) tag. Please remove any extras.” But I cannot find the extra(s).

The 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."> <a href="https://freecatphotoapp.com" <a/>

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

“Turn the image into a link by surrounding it with necessary element tags.”

The feedback it’s giving you is a bit misleading. You added the anchor AFTER your img. This step wants you to nest the img INSIDE of your anchor…make sense?

There’s also a mistake in closing a anchor tag

I figured it out, thank you for your assistance!

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