Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can change the style of bullets displayed on an unordered list by altering the list-style-type property. First, here’s the markup for the list:
<ul> <li>Brie</li> <li>Cheddar</li> <li>Red Leicester</li> <li>Shropshire Blue</li> </ul> |