What is wrong with following unordered list?
<ul> <li>Item 1</li> <li>Item 2</li> </ul>
Missing opening <li> tag for "Item 2"
<li>
No issue
Should use <ol> instead of <ul>
<ol>
<ul>
Should use <dl> instead of <ul>
<dl>