What\'s the difference between and
,
and
in HTML/XHTML? When should you use
Use them only if using CSS style classes is for any reason unconvinient or impossible (like blog systems, allow only some tags to use in posts and eventually embedded styles). Another reason is support for very old browsers (some mobile devices?) or primitive search engines (that give points for or
tags, instead of analysing CSS styles).
If you can define CSS styles, use them.