HTML start Attribute
Definition and Usage
The start
attribute specifies the start value of the first list item in an ordered list.
Applies to
The start
attribute can be used on the following element:
Element | Attribute |
---|---|
<ol> | start |
Example
An ordered list starting at "50":
<ol start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
Try it Yourself »
Browser Support
Attribute | |||||
---|---|---|---|---|---|
start | Yes | Yes | Yes | Yes | Yes |
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.