|
<OL ...>TYPE = 1 | A | a | I | iTYPE
| comments | this code | produces this |
1 is the default: normal Arabic numerals. |
<OL TYPE=1> <LI>Turn left on Maple Street <LI>Turn right on Clover Court </OL> |
|
A makes the list use capital letters |
<OL TYPE=A> <LI>Turn left on Maple Street <LI>Turn right on Clover Court </OL> |
|
a makes the list use lowercase letters |
<OL TYPE=a> <LI>Turn left on Maple Street <LI>Turn right on Clover Court </OL> |
|
I makes the list use capital Roman Numerals |
<OL TYPE=I> <LI>Turn left on Maple Street <LI>Turn right on Clover Court </OL> |
|
i makes the list use lowercase Roman Numerals |
<OL TYPE=i> <LI>Turn left on Maple Street <LI>Turn right on Clover Court </OL> |
|
TYPE
| this code | produces this |
<H3>Meeting Agenda</H3>
<OL TYPE=A>
<LI>Budget
<OL TYPE=a>
<LI>Equipment
<LI>Salaries
</OL>
<LI>Convention Plans
<OL TYPE=a>
<LI>Accomodations
<LI>Schedule
</OL>
</OL>
|
Meeting Agenda
|
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.