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:
&
Use Span class
So creat a class called bold and wrap first word in the class.
.bold { font-weight:bold; }
Then
the brown fox