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