1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html xmlns=
"http://www.w3.org/1999/xhtml" lang=
"en">
6 This document contains a number of lists...
8 <li>list-style-type
</li>
11 <ul style=
"list-style-type: circle;">
12 <li>list-style-type
</li>
15 <ul style=
"list-style-type: square;">
16 <li>list-style-type
</li>
19 <ul style=
"list-style-type: disc;">
20 <li>list-style-type
</li>
24 <li>list-style-type
</li>
27 <ol style=
"list-style-type: decimal;">
28 <li>list-style-type
</li>
31 <ol style=
"list-style-type: lower-alpha;">
32 <li>list-style-type
</li>
35 <ol style=
"list-style-type: lower-latin;">
36 <li>list-style-type
</li>
39 <ol style=
"list-style-type: lower-roman;">
40 <li>list-style-type
</li>
43 <ol style=
"list-style-type: upper-alpha;">
44 <li>list-style-type
</li>
47 <ol style=
"list-style-type: upper-latin;">
48 <li>list-style-type
</li>
51 <ol style=
"list-style-type: upper-roman;">
52 <li>list-style-type
</li>