HTML CSS Reference/HTML Attributes Reference/start 2
"start" Example
<HTML>
<head><Title>Example For start</Title></head>
<BODY>
<ol start="12">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ol>
</BODY>
</HTML>
"start" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<ol> |
+----------------+--------------------------------------------------------------+
"start" Syntax and Note
Note:
This attribute specifies the starting number in an ordered list, <ol>.
Syntax:
<ol start="value"> . . . </ol>