Why is this unordered list code incorrect?
<u-l> <li>Item 1</li> <li>Item 2</li> </u-l>
Should be <ul> not <u-l>
<ul>
<u-l>
Missing > after </ul>
>
</ul>
Missing opening <li> for "Item 2"
<li>
No issue