<a href = img = src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” href alt=“A cute orange cat lying on its back.”>
any mistakes that i’d might be making?
<a href = img = src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” href alt=“A cute orange cat lying on its back.”>
any mistakes that i’d might be making?
Correct Syntax:
<a href="#"><img src=“https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” alt=“A cute orange cat lying on its back.”></a>
I know that we should hint each other instead of telling answers in order to learn , but may i ask what command does the hashtag give and what its purpose?