【发布时间】:2009-09-29 10:22:07
【问题描述】:
在 html 中,列表(ul 和 ol)提供类似的索引
1.main
1.1 sub1
1.2 sub2
1.2.1 ....
我想索引为
1. main
1.1 sub1
1.2 sub2
how to do this
【问题讨论】:
-
你能发布一些示例 HTML 或 CSS(最好两者都有)吗?
标签: html coding-style html-lists