ZVON > References > CSS1 Reference
Example 26:20: All | HTML | >> CSS << | Output |

CSS


li.disc {list-style-type: disc}
li.circle {list-style-type: circle}
li.square {list-style-type: square}

li.decimal {list-style-type: decimal}
li.lowerRoman {list-style-type: lower-roman}
li.upperRoman {list-style-type: upper-roman}

li.lowerAlpha {list-style-type: lower-alpha}
li.upperAlpha {list-style-type: upper-alpha}
li.none {list-style-type: none}