Preview:
<!DOCTYPE html>
<html>
<head>
    <title>HTML ol tag</title>
</head>
<body>
    <h1>HTML Ordered List</h1>
    <ol>
        <li>One</li>
        <li>Two</li>
        <li>Three</li>
    </ol>
</body>
</html> 
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