| Tag | Description |
|---|---|
<ol>
|
The HTML <ol> tag is used for specifying
an ordered list. Ordered lists are used in situations where items on the list have some order to them. The result is each item is listed in order, and has some identifier marker. These may be more commonly known as numbered lists. Examples include lists of priorities, lists of process steps etc. |
| Type | HTML Code | Display |
|---|---|---|
| Simple list |
|
|
| Simple list |
|
|
| Nested List |
|
|
| Nested List |
|
|
| Complex Ordered List |
|
|
| Complex Ordered List |
|
|