0 / 60 seg.

What is the issue with this ordered list?

<ul>
  <li>Fruits
    <ol>
      <li>Apple</li>
      <li>Banana</li>
    </ol>
  </li>
</ul>