What's wrong with this nested list?
<ol> <li>Item 1 <ol> <li>Sub-item 1</li> </li> <li>Item 2</li> </ol>
Missing closing </ol> for the nested list
</ol>
No issue
Nested lists should be created with <ul> tags
<ul>
Missing > in the closing </ol> of nested list
>