Task 14 I keep getting : You should only add one opening anchor (a) tag. Please remove any extras. HELP!

<a href="https://freecatphotoapp.com"<a/><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"alt="A cute orange cat lying on its back.">

hi there, you need to put an opening anchor tag on the left side of the img tag.
And a closing anchor tag on the right side of the img tag.
So the final result will be similar to:
<a href="something"><img src="something"></a>

Thank you, your a legend !

1 Like

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