OrderedList class

Begin changeThe OrderedList class represents an HTML ordered list and is a type of HTMLList. It helps you create an ordered list for your HTML pages.

The following example shows you how to create an OrderedList object:


This example produces the following tag:

When you use this tag in an HTML page, it looks like this:

End change