After the unordered list, add a new image with an src
attribute value set to:
https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg
And its alt
attribute value to:
A slice of lasagna on a plate.
<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?