asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > VALUE Attribute

VALUE Attribute | value Property


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



Check out related books at Amazon

© 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