UL Element

Syntax:

<UL> ... </UL>

Example:


<UL>
<li>This is the first item in the LIST.</li>
<li>This is the second.</li>
<li>This is the third.</li>
<li> <i>Notice each item is preceded by a "bullet". <i></li>
</UL>