I have a website that I am developing using CSS3 and I have h1 tag for the title:
h1
main title
Now I want t
No. There is no selector for specific words, see Selectors Level 3: 2. Selectors.
You have to use the span tag or run JavaScript to convert every word into a span containing that word.
span