Possible Duplicate:
Change bullets color in a list without span
Is it possible to change the bullet color in a list without using span class and image ?
html:
<ul>
<li>java</li>
<li>oracle</li>
<li>php</li>
<li>mysql</li>
</ul>
Note: I don't want to use <span>
in between <li>
.