Doesnt let me past test

i created a list with u1 and added 3 products inside and its not working (probably its a bug how i fix it ?)

<u1>
<li>milk</li>
<li>cheese</li>
<li>fish</li>
</u1>

Welcome, please share the code you are having trouble with

Welcome, omerx.

I’ve edited your post for readability. 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.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

please check your ul tag ,you wrote as u1

you made a mistake its supposed to be ul not u1

  • Milk
  • cheese
  • fish
it should work now