What is the issue with this ordered list?
<ol type="A"> <li>Item 1</li> <li>Item 2</li> </ol>
Wrong closing </li> of the items
</li>
Incorrect use of type="A"
type="A"
No issue
Incorrect closing </ol>
</ol>