Share via


OL HTML Element

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: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.