<UL> and </UL>

Description:

This tag defines the start and end of an unordered (bulleted) list.

Attributes:

COMPACT
Compress the space taken by the list.
PLAIN
Do not use a bullet character at all.
SRC="url"
A URL for a graphic image (GIF, JPG or PNG) to be used as a bullet character.
TYPE="type"
Indicates the type of bullet. Can have the following values:

 

DISC Disc shaped
CIRCLE Circular
SQUARE Square
WRAP="type"
Determines how to wrap items for multiple columns.

 

HORIZ Wrap across each row
VERT Go down page and up next column

Examples:

<Ul>
    <LI>Speak - Fanmail: A new fanmail has been posted.
    <LI>Speak - Poll: A new poll! The grand finale in our search for your 
        favorite Jet Li movie! 
    <LI>Balance - Remembrances: A new Jet story!  
</UL>


This is an example of an unordered (bulleted) list.

  • Speak - Fanmail: A new fanmail has been posted.
  • Speak - Poll: A new poll! The grand finale in our search for your favorite Jet Li movie!
  • Balance - Remembrances: A new Jet story!