2 different ordered lists:
![]()
The <ol> tag is supported in all major browsers.
The <ol> tag defines an ordered list. An ordered list can be numerical or alphabetical.
Use the <li> tag to define list items.
Tip: For unordered list, use the <ul> tag.
Tip: Use CSS to style lists.
The "start" and "type" attributes were deprecated in HTML 4.01, but IS supported in HTML5.
The "reversed" attribute is new in HTML5.
The "compact" attribute was deprecated in HTML 4.01, and is not supported in HTML5.
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| compact | compact | Not supported in HTML5. Deprecated in HTML 4.01. Specifies that the list should render smaller than normal |
| reversedNew | reversed | Specifies that the list order should be descending (9,8,7...) |
| start | number | Specifies the start value of an ordered list |
| type | 1 A a I i |
Specifies the kind of marker to use in the list |
The <ol> tag also supports the Global Attributes in HTML.
The <ol> tag also supports the Event Attributes in HTML.
HTML tutorial: HTML Lists
Your message has been sent to W3Schools.