What is wrong with this unordered list code?
<ul> <li>Item 1</li> <li Item 2</li> </ul>
"Item 1" should not have a closing </li>
</li>
No issue
Missing > after </ul>
>
</ul>
Missing opening > for the <li> of "Item 2"
<li>