Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (45)
V5.01 (21)
V5.10 (15)
V5.20 (31)
V5.30 (16)
V5.31 (1)
V5.32 (4)
 
 How to insert these widgets?

      6. CSS 1
          6.4. Properties
              6.4.5. Lists
 6.4.5.1. list-style-type property

 list-style-type

This property applies to elements displayed in lists (when the display property is list-item).

If it is an ordered list, expected value is a keyword :

- decimal (default, decimal numbering),
- lower-roman,
- upper roman ,
- lower-alpha,
- upper-alpha.
- none (order number not shown).

If the list is not ordered (dot list), expected value is a keyword in the below list :

- disc (big dot of current color),
- circle (the same dot, but void),
- square (a little square of current color),
- none (dot not shown).

Keywords :  Css