Unordered Lists
(<li> before each list item) <ul><li></ul>
Bullet Type (for the whole list)
<ul type=disc>
<ul type=circle>
<ul type=square>
(this and subsequent)
<li type=disc>
<li type=circle>
<li type=square>
Ordered List
(<li>before each list item) <ol><li></ol>
Numbering Type (for the whole list)
<ol type=A>
<ol type=a>
<ol type=l>
<ol type=i>
<ol type=1>
(This and subsequent)
<li type=A>
<li type=a>
<li type=l>
<li type=i>
<li type=1>
Starting Number (for the whole list)
<ol value=?>
(This and subsequent) <li value=?>
Definition List
(<dt>=term, <dd>=definition)
Menu List
(<li>before each list item)
Directory List
(<li>before each list item)
<dir><li></dir>