us3rd4n
07-20-2007, 06:17 AM
I have a list and i would like to add color to a few different words.
The changed words will all use the same color.
It needs to be xhtml strict.
Example:
Things you should not do.
<ul>
<li>Please do not run with scissors.</li>
<li>Do not swim after eating.</li>
<li>Do not try to climb that tree.</li>
</ul>
Is using span my best option?
The changed words will all use the same color.
It needs to be xhtml strict.
Example:
Things you should not do.
<ul>
<li>Please do not run with scissors.</li>
<li>Do not swim after eating.</li>
<li>Do not try to climb that tree.</li>
</ul>
Is using span my best option?