HTML ol Tag

PHOTO EMBED

Tue Feb 08 2022 10:53:51 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html

<!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> 
content_copyCOPY

https://elementtutorials.com/ref/ol.html