HTML5 Tutorials & More

<ol> Tag

The <ol> tag defines the start of an ordered list.

Supported In HTML4: Yes

Supported In HTML5: Yes

HTML4 vs HTML5 Differences:

Attributes

Title Values Description HTML4 Support HTML5 Support
reversed reversed If present the list order should be descending (9,8,7...), if not present, the list order should be ascending (1,2,3...) No Yes
start number Specifies the number the list order should start on. No No

Standard Attributes

All standard attributes are supported.

Event Attributes

All event attributes are supported.

HTML5 Tags