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>
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>