x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
ul.a {
7
list-style-type: circle;
8
}
9
10
ul.b {
11
list-style-type: disc;
12
}
13
14
ul.c {
15
list-style-type: square;
16
}
17
18
ol.d {
19
list-style-type: armenian;
20
}
21
22
ol.e {
23
list-style-type: cjk-ideographic;
24
}