Learn HTML by Building a Cat Photo App - Step 22

Hello everybody,

i have absolutely no Idea why my Code will not work.
I read many Answers and they are excactely like my Code but it will not work.

I hope you can help me.

<ul>
          <li>cat nip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </u>
        <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">

should this be a ul or a u?

1 Like

OMG - I was so focused on the IMG line ā€¦ Thank you

2 Likes

for next time, please use the Help button to create a post here. It will include a link to the step and the code (or a template to help you fill the code in).

thanks

2 Likes

Oh okay thanks. I didnt know that.
Iā€™m new here.
Next Time i will do it as you said :slight_smile:

2 Likes