Latest

recent

HTML OL start attribute

Example

Set the start point to "4" in an ordered list:
<ol start="4">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>

Definition and Usage

The start attribute specifies the start point of an ordered list.

Browser Support


The start attribute is deprecated, but still supported in all major browsers.

Compatibility Notes

The start attribute of the ol element was deprecated in HTML 4.01, and is not supported in XHTML 1.0 Strict DTD.
Note: At the moment, there is no CSS alternative for the start attribute.

Syntax

<ol start="value">

Attribute Values

Value Description
number The start point of an ordered list
HTML OL start attribute Reviewed by 1000sourcecodes on 21:51 Rating: 5
Powered by Blogger.