I am starting up a brand new web project and would like to know if I can safely use multiple CSS classes nowadays.
<div class="float-left bold bordered"></div>
Do most common browsers support this, or will a significant percentage of my visitors run into major trouble viewing the page?
I'm not worried about special cases like Netscape 1.0 users, but browsers and versions usually used in companies these days.