<p>Most
popular apple varieties in New England today:</p>
<ul> <li>McIntosh</li> <li>Cortland</li>
<li>Red Delicious</li> <li>Empire</li>
<li>Rome</li> </ul>
In css file we will redefine <li> tag. Let’s
change these default bullets to our custom bullets.
li {
list-style-position: outside;
list-style-image: url(your_bullet.gif);