The difference is that the latter should continue to work in new browser versions for a long time to come, while the former will presumably stop working at some point. That applies mainly to the font tags. The bold tags will probably be always be valid. Moreover, you can eliminate bloated code by putting the font properties in a CSS class and replacing the style attribute with a class attribute in all elements that you want to apply those style rules to.
|