<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg"><alt>A slice of lasagna on a plate.</alt></img>```
What am I doing wrong here?
you’ve been shown attributes before for src is an attribute used to specify the image location inside the img opening tag.
href is also an attribute that is used to specify the location of the link inside the opening tag of an anchor element.
alt is yet another attribute so just add it to the opening tag of the anchor element (just like you would treat the href attribute)