|
Unordered (Bullet) List |
<UL> <LI> </UL> |
<LI>before each item |
|
Ordered (Numbered) List |
<OL> <LI> </OL> |
|
Menu List |
<MENU> <LI> </MENU> |
|
Directory List |
<DIR> <LI> </DIR> |
|
Definition List |
<DL> <DT> <DD> </DL> |
<DT> = term
<DD> = definition |
| N1.0 |
Bullet Type |
<UL TYPE=DISK|CIRCLE|SQUARE> |
for the whole list |
|
List Item |
<LI TYPE=DISK|CIRCLE|SQUARE> |
this item and subsequent |
| N1.0 |
Outline Type |
<OL TYPE=A|a|I|i|1> |
use letters or numbers for the whole list |
|
List Item |
<LI TYPE=A|a|I|i|1> |
use letters or numbers for this and subsequent items |
| N1.0 |
Starting Number |
<OL VALUE=?> |
for the whole list |
|
List Item |
<LI VALUE=?> |
this and subsequent |