What is wrong with this ordered list code?
<ol> <li>Item 1</li> <li>Item 2</li </ol>
Missing > after </ol>
>
</ol>
Missing opening <li> for "Item 2"
<li>
Missing closing > for </li of "Item 2"
</li
No issue