List Style Types Examples and Best Practices
Sep 6, 2008 HTML
Many options are available for list styles as following.
We can define a disc style like below.
ul { list-style: disc; }
And a custom image replacing disc or any style like below.
ul { list-style: disc url(arrow.gif); }
Here is the list of possible styling.
Related Posts
Tags: HTML, li, list, tags, ul
Try Random Style!

Leave a Reply