blob: 1dc3f4561cfb96d614aea5b754907325d1584c24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Reference: symbols function, invalid</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/">
<link rel="stylesheet" href="support/ref-common.css">
<!-- list-style-type: a -->
<div>a. </div>
<div>b. </div>
<div>c. </div>
<div>d. </div>
<div>e. </div>
<div>f. </div>
<div>7. </div>
<div>8. </div>
<div>9. </div>
<!-- list-style-type: b -->
<div>a. </div>
<div>b. </div>
<div>c. </div>
<div>d. </div>
<div>e. </div>
<div>f. </div>
<div>7. </div>
<div>8. </div>
<div>9. </div>
<!-- list-style-type: c -->
<div>a. </div>
<div>b. </div>
<div>c. </div>
<div>d. </div>
<div>e. </div>
<div>f. </div>
<div>g. </div>
<div>h. </div>
<div>i. </div>
|