UNORDERED LIST TAG: <UL> and </UL>

The unordered list tag is typically used to present a list of items in the order defined by the associated <LI> tags. This tag must be immediately followed by one or more <LI> tags. When unordered lists are nested each list has a default progression of bullet types that changes as you move through indented levels. From a solid disc, to a circle to a square.

Supported attributes are:

TYPE:
Changes the appearence of the bullet values may be one of disc, round or square. This attribute is not widely supported.
COMPACT:
This attribute suggests that a compact format should be used to display the list.
For instance:
<UL TYPE=square>
<LI>First Item
<LI>Second Item
</UL>
would be displayed as: