You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello!
Try explaining your problem as it helps you learn.
You have added an img in the top and in the bottom. Reset your code.
Then in the bottom, after your ul closing tag add an img element with an src attribute with the value set to https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg and an alt attribute set to A slice of lasagna on a plate.
Please paste your updated code here.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
Not sure if you managed to figure it out but, the img element is supposed to be after the unordered list and you also have the wrong spelling for your “src” attribute is it should be “src” not “scr”. I also make the same spelling mistake and learned from my mistake to really double check spelling and spaces. good luck!