Listas não-ordenadas
- Item 1
- Item 2
- Item 3
- Item 4
Possíveis atributos do list-style-type
none, circle, disc, square
Exemplos:
ul { list-style-type:none; }
ul { list-style-type:square }
Listas ordenadas
- Item 1
- Item 2
- Item 3
- Item 4
Possíveis atributos do list-style-type
none, circle, disc, square, armenian, decimal,
lower-alpha, upper-alpha, lower-roman, upper-roman
Exemplos:
ul { list-style-type:lower-alpha; }
- Item 1
- Item 2
ul { list-style-type:upper-roman }
- Item 1
- Item 2
Marcadores personalizados
ul { list-style-type:none; }
li { list-style: url(imagens/item_green.gif) no-repeat 0 5px; padding-left: 15px; }
- Item 1
- Item 2
Menus feitos com listas
Horizontal
Vertical