CSS-attributes for lists
The most common types of non numbered lists:- list-style-type: disc
- list-style-type: circle
- list-style-type: square
- list-style-type: none - no dot, only indentation
The most common types of numbered lists:
- list-style-type: decimal - ordinary numbering
- list-style-type: lower-roman - roman chars lower-case
- list-style-type: upper-roman - roman chars upper-case
- list-style-type: lower-alpha - alphabetical numbering lower-case
- list-style-type: upper-alpha - alphabetical numbering upper-case
Custom images:
- list-style-image:url('address to image');