HTML 参考手册
HTML <ol> type 属性
带有大写罗马数字的有序列表
源代码:
点击运行 »
<ol type="I"> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
运行结果:
点击运行 »