Pages

Sunday, March 17, 2013

Different List Item Markers

The type of list item marker is specified with the list-style-type property:

ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}

ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-alpha;}


Some of the values are for unordered lists, and some for ordered lists.

0 comments:

Post a Comment