HTML 参考手册
HTML <ol> compact 属性
在有序的 HTML 列表中使用 compact 属性
源代码:
点击运行 »
<ol compact> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
运行结果:
点击运行 »