I feel dumb for having been a web programmer for so long and not knowing the answer to this question, I actually hope it\'s possible and I just didn\'t know about rather tha
You can do is this
CSS
.car { font-weight: bold; } .benz { background-color: blue; } .toyota { background-color: white; }
HTML
I'm bold and blue. I'm bold and white.
I'm bold and blue.
I'm bold and white.