OrderedListItem class

Begin changeThe OrderedListItem class represents a list element for an OrderedList and is a type of HTMLListItem. Each OrderedListItem you create is added to your OrderedList.

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

 
This example produces the following tag:

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

End change