'ol' creates an indented numbered (ordered) list : ol : List Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » List Tags » ol »

 

'ol' creates an indented numbered (ordered) list



    
<html>
<head>
    <title>ol element example</title>
</head>
<body>
    <ol type="I">
        <li>first item</li>
        <li>second item</li>
        <li>third item</li>
        <li>fourth item</li>
        <li>fifth item</li>
    </ol>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo List Tags
» ol