|
<UL ...>TYPE = DISC | CIRCLE | SQUARETYPEDISC is a solid little
circle. CIRCLE is an empty circle, and SQUARE is (you might have guessed) a square.
| this code | produces this |
<UL TYPE=DISC> <LI>coffee <LI>tea <LI>lemonade </UL> |
|
<UL TYPE=CIRCLE> <LI>coffee <LI>tea <LI>lemonade </UL> |
|
<UL TYPE=SQUARE> <LI>coffee <LI>tea <LI>lemonade </UL> |
|
DISC is the default for top-level lists, that is, a list that is not nested in other
lists. For lists that are listed inside other lists the default changes from browser to
browser. TYPE