List Attributes for Ordered and Unordered Lists

Using the attribute TYPE defines the type of bullet or numbering style.

  1. In unordered lists, TYPE can assume the value DISC, CIRCLE, or SQUARE.

    <UL> TYPE=SQUARE>
    <LI> Item One.
    <LI> Item Two.
    </UL>

    diplays as

    1. Item One.
    2. Item Two.

  2. In ordered lists, TYPE defaults to Arabic numbers, but can be set to the alphabet or Roman numerals.

    TYPE=1 Arabic numbers 1,2,3
    TYPE=a lower alpha a,b,c
    TYPE=A upper alpha A,B,C
    TYPE=i lower Roman i,ii,iii
    TYPE=I upper Roman I,II,III

    <OL TYPE=I>
    <LI> Item One.
    <LI> Item Two.
    <LI> Item Three.
    </OL>

    diplays as

    1. Item One.
    2. Item Two.
    3. Item Three.


VA Linux Systems logo

   
I would appreciate comments, corrections, and
suggestions for how I can improve this course.

Nancy Blachman
Variable Symbols, Inc.
356 Bush Street
Mountain View, CA 94041-1332
650 966 8999
650 966 8998 fax
nancy- at -variablesymbols.com

If you want to learn how to search effectively using Google, visit Google Guide, which you can find at www.googleguide.com.