<OL START="...">
<UL TYPE="...">
<UL ...>
TYPE
<UL ...> creates an unordered list. The unordered part means that the items in the list are not in any particular order. <UL ...> works with <LI ...>. <UL ...> defines the list, <LI ...> defines each item in the list.
<LI ...>
Grocery List: <UL> <LI>potatoes <LI>spinach <LI>lollipops </UL>
<UL ...>s can be nested to produce lists within lists:
<UL> <LI>Marketing <UL> <LI>Andy Hodges <LI>Trey Gregory </UL> <LI>Engineering <UL> <LI>Karen Joslin <LI>Sheila Malone <LI>Karl Heinz </UL> </UL>