
 |

| 

Lists
| list specifications |
<ul>
<li>...</li>
<li>...</li>
</ul>
<li>...</li>
list item
- TYPE="..." - type of bullets
- choices = DISC, CIRCLE, SQUARE, A, a, I, i, 1
- VALUE="..." - to number the bullet
|
| |
| list types |
<ul>...</ul>
Unordered list (marked with bullets)
list items with <li>...</li>
- TYPE="..." - type of bullets
- choices = DISC, CIRCLE, SQUARE, A, a, I, i, 1
- VALUE="..." - to number the bullet
<ol>...</ol>
Ordered list (marked with numbers)
list items with <li>...</li>
- TYPE="..." - type of numbers
- START="..." - start number to count from
<dir>...</dir>
list items with <li>...</li>
<menu>...</menu>
list items with <li>...</li>
<dl>...</dl>
Definition list
list terms with <dt>...</dt>
list definition with <dd>...</dd>
|
| 














|
 |
| |