Listy nieuporządkowane

<style type="text/css">
<!--
ul.disc   {list-style-type:disc}   /* składnia z podaniem     */
ul.circle {list-style-type:circle} /* wartości atrybutu class */
ul.square {list-style-type:square}
ul.none   {list-style-type:none}
-->
</style>

Poniższa lista należy do klasy disc:

Poniższa lista należy do klasy circle:

Poniższa lista należy do klasy square:

Poniższa lista należy do klasy none:

Opis cechy list-style-type:

5.6.3 'list-style-type'
Value: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
Initial: disc
Applies to: elements with 'display' value 'list-item'
Inherited: yes
Percentage values: N/A

Zobacz też:

5.1 Notation for property values

Strona główna