Forum Moderators: not2easy
If you have a complex stylesheet and have just a single instance where you would want to modify something slightly, sure.
Or perhaps you have the following scenario - a series of floated box areas, all of which may require a specific width, you could define the generic styles for a box in your stylesheet and then use a combination of that and style :-
<div class="myboxfloat" style="width:120px">
Remember though, it's harder to maintain this.