![]() | ![]() |
Identifies an item in a list. This can be an ordered list OL, an unordered list UL or a definition list DL. |
![]() | |||||||||||||
TYPE![]() ![]() ![]() ![]() |
| ||||||||||||
VALUE![]() ![]() ![]() ![]() |
This attribute is used to change the automatic count that is used within the list. |
![]() | ![]() |
Source: | Here's a simple list : <UL> <LI>The first item in the list. <LI>And the second item. </UL> |
Result: |
Here's a simple list :
|
Source: | Here's a list with an alternate count : <OL TYPE=I> <LI>The first item in the list. <LI VALUE=4>And the second item. </OL> |
Result: |
Here's a list with an alternate count :
|