Why is the following nested list incorrect?
<ol>
<li>Item 1</li>
<li>Item 2</li>
<ol>
<li>Sub-item 1</li>
</ol>
</ol>
Why is the following nested list incorrect?
<ol>
<li>Item 1</li>
<li>Item 2</li>
<ol>
<li>Sub-item 1</li>
</ol>
</ol>