HTML 参考手册
HTML <ol> reversed 属性
对列表顺序进行降序
源代码:
点击运行 »
<ol reversed> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
运行结果:
点击运行 »