List Tags
Unordered list. <ul> <li> </ul> <li> before each item in the list.
Unordered compact list. <ul compact> </ul>
Type of marking for the whole list. <ul type=disc | circle | square>
Type of marking for this item and subsequent items. <li type=disc | cirlce | square>
Ordered list. <ol> <li> </ol> <li> before each item in the list.
Ordered compact list. <ol compact> </ol>
Numbering type for the whole list. <ol type=A | a | I | i | 1>
Numbering type for this item and subsequent items. <li type=A | a | I | i | 1>
Starting number for the whole list. <ol start=?>
Starting number for this item and subsequent items. <li start=?>
Definition list. <dl> <dt> <dd> </dl> <dt>=term <dd>=definition
Compact definition list. <dl compact> </dl>
Menu list. <menu> <li> </menu> <li> before each item in the list.
Compact menu list. <menu compact> </menu>
Directory list. <dir> <li> </dir> <li> before each item in the list.
Compact directory list. <dir compact> </dir>

