Some CSS properties are specifically for use with HTML list elements (<ol>, <ul>, <li>). Since I can never remember what they are, and I don't always have my well-worn copy of the HTML Stylesheet Sourcebook handy, I have put this information on a web page where I can get at it easily.
| property | values |
|---|---|
| list-style-type | circle, disc, square, decimal, upper-alpha, lower-alpha, upper-roman, lower-roman, none |
| list-style-image | url(url-string), none |
| list-style-position | inside, outside |
| list-style | values from above 3 properties |
Table from HTML Stylesheet Sourcebook p. 185, © 1997 by Ian S. Graham
An ordered list <ol>:
An unordered list <ul>:
Another unordered list <ul>:
An outline made from nested ordered lists <ol>: