previous | start | next

LI

<LI
CLASS=type
ID=value
STYLE=css1 properties
TYPE=order-type
VALUE=n>

Denotes one item of a list. Denotes a new list item in a DIR, MENU, OL, or UL block.

CLASS=type
Indicates the class to which the element belongs.
ID=value
Specifies a unique value for the element over the document.
STYLE=css1 properties
Specifies style information.
TYPE=order-type
Changes the style of an ordered list. The order-type can be one of these values:
A Use large letters.
a Use small letters.
I Use large Roman numerals.
i Use small Roman numerals.
1 Use numbers.
VALUE=n
Changes the count of ordered lists as they progress.

Example

<DIR> <LI>Art
<LI>History
<LI>Literature
<LI>Sports
<LI>Entertainment
<LI>Science</DIR> 


previous | start | next