|
LISTS
|
|
Unordered List
|
<UL><LI></UL>
|
(before each list item)
|
|
Compact
|
<UL COMPACT></UL>
|
|
|
Bullet Type
|
<UL TYPE=DISC|CIRCLE|SQUARE>
|
(for the whole list)
|
|
Bullet Type
|
<LI TYPE=DISC|CIRCLE|SQUARE>
|
(this & subsequent)
|
|
Ordered List
|
<OL><LI></OL>
|
(before each list item)
|
|
Compact
|
<OL COMPACT></OL>
|
|
|
Numbering Type
|
<OL TYPE=A|a|I|i|1>
|
(for the whole list)
|
|
Numbering Type
|
<LI TYPE=A|a|I|i|1>
|
(this & subsequent)
|
|
Starting Number
|
<OL START=?>
|
(for the whole list)
|
|
Starting Number
|
<LI VALUE=?>
|
(this & subsequent)
|
|
Definition List
|
<DL><DT><DD></DL>
|
(<DT>=term, <DD>=definition)
|
|
Compact
|
<DL COMPACT></DL>
|
|
|
Menu List
|
<MENU><LI></MENU>
|
(before each list item)
|
|
Compact
|
<MENU COMPACT></MENU>
|
|
|
Directory List
|
<DIR><LI></DIR>
|
(before each list item)
|
|
Compact
|
<DIR COMPACT></DIR>
|
|
|
|