Preview:
 <h3>This page shows ordered list</h3>
    <ol type="A">
        <li>First</li>
        <li>Second</li>
        <li>Third</li>
    </ol>
    
    <h4>Type of numbering changed using style attribute</h4>
    <ol style="list-style-type: lower-roman;">
        <li>First</li>
        <li>Second</li>
        <li>Third</li>
    </ol>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter