OL HTML Element

Send Feedback

The OL element creates an ordered list consisting of LI elements.

Attributes

Attribute Value Description
CLASS   Associates the element with a CSS style.
Note   Supported only for devices running Windows Mobile 2003 software or later.
ID   Uniquely identifies the element within a document.
Note   Supported only for devices running Windows Mobile 2003 software or later.
STYLE   Provides the definition of the CSS styles used for this element.
Note   Supported only for devices running Windows Mobile 2003 software or later.
START   Specifies ordered list starting number.
TYPE a Results in list items a, b, c, and so on.
TYPE A Results in list items A, B, C, and so on.
TYPE 1 Results in list items 1, 2, 3, and so on.
TYPE i Results in list items i, ii, iii, and so on.
TYPE I Results in list items I, II, III, and so on.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later

See Also

Internet Explorer Mobile HTML Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.