Lists

ol

Creates an ordered list. This tag is used together with list item(li) element to define each list item. Block-level element

Syntax

<ol attributes> ... </ol>

Example

<ol>
   <li>Ordered item 1</li>
   ... 
</ol>

Related tags

CSS Properties

HTML attributes

Search the Soup!