untitled

(John Hannent) #1
<ul style=”list-style-type: square;”>
<li>first
<li>second
<li>third
</ul>

</body>
</html>

Here are the six styles of numbered (ordered) lists:

decimal: 1. 2. 3.
lower-roman: i. ii. iii.

upper-roman: I. II. III.
lower-alpha: a. b. c.

upper-roman: A. B. C.
none: The items in the list are indented like all other lists, but with no
graphic or numeric symbols.

CSS2 adds a few languages to the group of styles (Armenian, lower-Greek and
so on). CSS2 also includes a decimal-leading-zero style that inserts a 0 in front
of all numbers below 10 (01. 02. 03.).

Figure 12-1:
The three
bulleted
(unordered)
list styles
are dots,
circles, and
squares.


(And Doing Away with Tables) .................................................................................. Chapter 12: Handling Tables and Lists

Free download pdf