Unordered List
|
<UL>
<LI>Item 1
<LI>Item 2
<LI>Item 3
</UL>
|
|
Unordered List (multi-level)
|
<UL>
<LI>Level 1, Item 1
<UL>
<LI>Level 2, Item 1
<UL>
<LI>Level 3, Item 1
<LI>Level 3, Item 2
</UL>
<LI>Level 2, Item 2
</UL>
</UL>
|
- Level 1, Item 1
- Level 2, Item 1
- Level 3, Item 1
- Level 3, Item 2
- Level 2, Item 2
|
Unordered List (with option)
| <UL PLAIN> ... </UL> |
|
Unordered List (with options)
| <UL PLAIN COMPACT> ... </UL> |
|
Unordered List (with options)
| <UL PLAIN WRAP=horiz> ... </UL> |
|
Unordered List (with List Heading)
|
<UL>
<LH>Heading</LH>
<LI>Item 1
<LI>Item 2
</UL>
|
|
Unordered List (with bullet style option)
| <UL TYPE=circle> ... </UL> |
|
Unordered List (with bullet style option)
| <UL TYPE=square> ... </UL> |
|
Unordered List (with bullet style option)
| <UL TYPE=disc> ... </UL> |
|
Unordered List (with bullet style options)
|
<UL>
<LI TYPE=circle>...
<LI TYPE=square>...
<LI TYPE=disc>...
</UL>
|
|
Unordered List (items without list)
|
<LI>Item 1
<LI>Item 2
<LI>Item 3
|
Item 1
Item 2
Item 3
Directory List (like an unordered list)
Items should be less than 20 characters long
|
<DIR>
<LI>Item 1
<LI>Item 2
<LI>Item 3
</DIR>
|
Item 1
Item 2
Item 3
|
Menu List (like an unordered list)
Presents an interactive list (?)
|
<MENU>
<LI>Item 1
<LI>Item 2
<LI>Item 3
</MENU>
|
| |