0 / 60 seg.

What is incorrect with this unordered list containing a nested ordered list?

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