HTML <ol> start attribute
HTML <ol> tag
Example
Set the start point to "4" in an ordered list:
<ol start="4">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
|
Try it yourself!
|
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
Attribute Values
Value |
Description |
number |
The start point of an ordered list |
HTML <ol> tag
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.
The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL).
|
|