<UL><LI> This is item number 1.
<LI> This is item number 2.
</UL>
The UL and LI tags are used to create unordered lists. Unordered simply means
there is no numbering scheme involved. You must close all <UL> tags
with a </UL>.
You can also use UL with the COMPACT attribute, <UL COMPACT> which will
tell the browser to squeeze the list when possible. This is good for side bar
menu links.