Hi, please could someone show me where I am going wrong? I have searched similar posts on the forum but this code looks right and the image loads. Thanks
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.
Error hint is:
There should be an img
element right after the closing </ul>
tag.
Your code so far
<ul>
<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.">
Challenge: Learn HTML by Building a Cat Photo App - Step 22
Link to the challenge: