asp.net.ph

Skip Navigation Links

VALUE Attribute | value Property

Language References


Sets or retrieves the count of ordered lists as they progress.

Syntax


Inline <LI VALUE = sValue ... >
Script li.value = sValue ]

Possible Values


sValue String specifying the count.

The property is read/write with no default value.

Example

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>
Applies To

LI



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note