<UL
CLASS=type
COMPACT
ID=value
STYLE=css1 properties>
</UL>
Specifies that the following block of text contains individual items that begin with an LI tag. These items are bulleted. The end-tag is required.
Example
<UL> <LI>This is the first bulleted item in the list. <LI>And this is the second bulleted item in the list. </UL>