List HTML
<ul><li>
|
|
<ol><li>
|
- Item 1
- Item 2
- Item 3
|
<ol><li value>
|
- Item 1
- Item 2 (value set to 4)
- Item 3
|
<ol reversed><li>
|
- Item 1
- Item 2
- Item 3
|
<ol reversed="true"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol start="5"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol start="5" reversed><li>
|
- Item 1
- Item 2
- Item 3
|
<ol type="a"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol type="A"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol type="i"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol type="I"><li>
|
- Item 1
- Item 2
- Item 3
|
<ol type="a"><li value>
|
- Item 1
- Item 2 (value set to 5)
- Item 3
|
<dl><dt><dd>
|
- Denim (semigloss finish)
- Ceiling
- Denim (eggshell finish)
- Evening Sky (eggshell finish)
- Layered on the walls
|
List (CSS Level 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(…);
|
|
List (CSS Level 3 and 4)
list-style-type: "\1F44D"
|
|
list-style-type: symbols(cyclic "†" "‡")
|
|
list-style-type,
@counter-style
|
|
mso
proprietary styles
mso-bullet-image
|
|
mso-text-indent-alt
|
|
@counter-style
is only supported in Firefox as of April 2020.
caniemail.com, 2020.