I want to give each word in my website name a different color or style, similar to this:
Currently, I am using:
<a href="#">James<strong>.</strong><span>Wood</span></a>
(Using "STRONG" and "SPAN" tags inside the "A" tag).
After that, I style the rest with CSS.
Is this the correct method for achieving this effect with CSS without using images?