0 / 60 seg.

Why is this nested list incorrect?

<ul>
  <li>Item 1</li>
  <ul>
    <li>Sub-item 1</li>
  </ul>
  <li>Item 2</li>
</ul>