CSS List Style Type
CSS allows you to select from a wide variety of different list item shapes.
* Unordered list styles: square, circle, disc(default), and none
* Ordered list styles: upper-alpha, lower-alpha, upper-roman, lower-roman, decimal(default), and none
Example:
ol { list-style-type: upper-roman; }
ul { list-style-type: circle; }
* Unordered list styles: square, circle, disc(default), and none
* Ordered list styles: upper-alpha, lower-alpha, upper-roman, lower-roman, decimal(default), and none
Example:
ol { list-style-type: upper-roman; }
ul { list-style-type: circle; }
1 Comments:
I like your blog. I miss CSS :( That was my main focus in my last job. I changed jobs and I am now doing more programming. I have to figure out if this is what I want to do or go back to CSS. Anyway, your blog is very informative :)
Post a Comment
Subscribe to Post Comments [Atom]
<< Home