Controlling How Ordered Lists Are Displayed
Controlling How Ordered Lists Are Displayed
Displayed
The type attribute allows you to specify
the number type for an OL.
Specifying the number type: The
values that you can use with the TYPE
attribute are “A”, “a”, “ I ”, “ i ”, and “
1” for specifying uppercase letters,
lowercase letters, uppercase roman
Web Development & Resource Mgmt. 1
Example:
<OL TYPE=“I”>
<LI>This is item one.
<LI> This is item two.
<LI> This is item three.
</OL>