列出 HTML
<ul><li>
|
|
<ol><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol><li value>
|
- 项目 1
- 项目 2(值设为 4)
- 项目 3
|
<ol reversed><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol reversed="true"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol start="5"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol start="5" reversed><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol type="a"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol type="A"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol type="i"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol type="I"><li>
|
- 项目 1
- 项目 2
- 项目 3
|
<ol type="a"><li value>
|
- 项目 1
- 项目 2(值设为 5)
- 项目 3
|
<dl><dt><dd>
|
- 牛仔布(半光泽表面)
- 天花板
- 牛仔布(蛋壳表面)
- 傍晚的天空(蛋壳表面)
- 分层在墙壁上
|
列表(CSS 2 级)
list-style:inside url(…)
|
|
list-style-type:square
|
|
list-style-type:circle
|
|
list-style-position:inside
|
|
list-style-position:outside
|
|
list-style-image:url(…)
|
|
list-style:georgian inside;
|
|
list-style:georgian inside url(…);
|
|
列表(CSS 3 级和 4 级)
list-style-type: "\1F44D"
|
|
list-style-type: symbols(cyclic "†" "‡")
|
|
list-style-type,
@counter-style
|
|
mso
专有样式
mso-bullet-image
|
|
mso-text-indent-alt
|
|
截至 2020 年 4 月,只有 Firefox 支持 @counter-style
。
caniemail.com, 2020.