asp.net.ph

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

value Attribute


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

Applies To:

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


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

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