What's incorrect about the following unordered list code?
<ul <li>Item 1</li> <li>Item 2</li> </ul>
Missing > after <ul
>
<ul
"Item 2" should not have a closing </li>
</li>
No issue
Missing > after </ul>
</ul>