Use of the value attribute in an ordered list:
![]()
The value attribute is supported in all major browsers.
The value attribute sets the value of a list item. The following list items will increment from that number.
The value must be a number and can only be used in ordered lists (<ol>).
The value attribute of the <li> element is no longer deprecated in HTML5.
| Value | Description |
|---|---|
| number | Specifies the value of the list item |
HTML <li> tag
Your message has been sent to W3Schools.