Language References
Sets or retrieves the count of ordered lists as they progress.
Inline |
<LI VALUE = sValue ... > |
Script |
li.value = sValue ] |
sValue |
String specifying the count. |
The property is read/write with no default value.
The following example sets the value for each line item to an integer string.
<OL>
<LI value="1">One
<LI value="2">Two
<LI value="3">Three
</OL>
LI