Li

<LI> </LI>

LI is used to mark list items within a list. When the list used is an OL (ordered list) the LI command will be rendered with a number. The appearance of that number is controlled with the TYPE attribute, inside a UL (unordered list) the type of bullet that is shown is changed with TYPE. For ordered lists, you can also reset the sequence with the VALUE attribute.

The TYPES for ordered lists look like this:

1 - Arabic numbers (default) (1, 2, 3, 4, ...)
a - Alphanumeric, lowercase (a, b, c, d, ...)
A - Alphanumeric, uppercase (A, B, C, D, ...)
i - Roman numbers, lowercase (i, ii, iii, iv, ...)
I - Roman numbers, uppercase (I, II, III, IV, ...)

The TYPES for unordered lists are "square" for an open square, "disc" for a closed bullet, and "circle" for an open bullet.