Say I have a span that looks like this:
<span> This is my string » and it continues </span>
And I want the font color of what is inside that span to be black, except for the » that I want it to be red.
What would be a good way to do so?
Thanks
The best HTML/CSS way is
and style your inner
<span>as you wish