HTML 参考手册
HTML <ol> start 属性
从 "50" 开始的有序列表
源代码:
点击运行 »
<ol start="50"> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
运行结果:
点击运行 »