| <dl> ... </dl> |
Create a definition list containing <dt> and <dd> tags. |
| |
compact |
Make the list more compact if possible. |
| <dt> ... </dt> |
Define the definition term portion of an element in a definition list. |
| <dd> ... </dd> |
Define the definition portion of an element in a definition list. |
| <dir> ... </dir> |
Create a list containing <li> tags. |
| |
compact |
make the list more compact if possible. |
| <li> ... </li> |
Delimit a list item in an <ol> or <ul> list. |
| |
type=format |
Set the type of the list element to the format. Within <ol>: A - capital letters, a - lowercase letters, I - capital roman numerals, i - lowercase roman numerals, or 1 - Arabic numerals+. Within <ul>: circle, disc+, or square. |
| |
value=n |
Set the number for this list item to n. |
| <menu> ... </menu> |
Define a menu list containing <li> tags. |
| |
compact |
Make the list more compact. |
| <ol> ... </ol> |
Define an ordered list containing numbered <li> elements. |
| |
compact |
Make the list more compact. |
| |
start=n |
Start numbering the list at n. |
| |
type=format |
Set the numbering format to either A - capital letters, a - lowercase letters, I - capital roman numerals, i - lowercase roman numerals, or 1 - Arabic numerals+. |
| <ul> ... </ul> |
Define an unordered list of bulleted <li> elements. |
| |
compact |
Make the list more compact. |
| |
type=bullet |
Set the bullet style to either circle, disc+, or square. |