<ol start=""><li>
Browser |
|
---|---|
Type |
The start attribute of the OL element specifies the starting number of the first item.
<ol start="5">
<li>first list item</li>
<li>second list item</li>
<li>third list item</li>
</ol>
Attribute | Value | Explanation |
---|---|---|
start=" " | number | the number to start on |
The use of this attribute is deprecated.