Missing closing (a) tag after image?

Can’t work out where I’m missing a closing (a) tag? I have tried putting it in every spot I can come up with.
Can anyone point me in the right direction please

<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>

Remove all the attributes from the tags so that you can see the issue

1 Like

Work back from the end of your closed tag and you’ll see the missing left angle bracket for your anchor tag and missing close tag for your image

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