hey all.
i want to do simple thing
change font style (color,face,...)

i read that <font> is deprecated, and i should use style
the problem is that inline style (from what i read) can be used only in tag

now let say i have one word - NO
i want - N - to be in green color
and - O - in blue color

how can i do this with style tag
(i know how to it with font tag but it's deprecated)

thanks in advanced.