Latest web development tutorials

HTML ol start properties

HTML ol tag Reference Manual HTML <ol> tag

Examples

From "50" start ordered list:

<ol start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support the start attribute.


Definition and Usage

start attribute specifies the starting value of an ordered list of the first list item.


Differences between HTML 4.01 and HTML5

In HTML5, no longer use <ol> element start against the property.


grammar

<ol start="number">

Property Value

描述
number 规定有序列表中第一个列表项目的开始值。


HTML ol tag Reference Manual HTML <ol> tag