<ol>

The <ol> tag renders an ordered list with default markers which can (if desired) be modified. For comparison, see <ul>.

Syntax

Attributes

Attributes for <ol>
AttributeRequired?Values
cols = "…"optional"2""3""4""5""6"
component = "…"optionalstring
marker = "…"optional(1) (A) (a) (I) (i)
pause = "…"optional"yes""no"

Children

The following may appear as children: <li>

Parents

This element may appear as an immediate child of the following elements: <li> <list> <objectives> <outcomes> <p> <sidebyside> <slide> <stack> <subslide> <support>

Examples

A sample nested ordered list with default markers.

An ordered list with custom markers.

To reference a list, place it inside a <list> environment.