How can I bold the first word of sentence using CSS selectors and is this a good/bad way to do this with respects to browser comparability?
code:
&
just put the first word in a strong tag.
This is how you do it simply.
Here is the JS Fiddle