The same way <center> was removed from the specifications also <i> and <b> should go away. They mark a particular way of showing things. And that is up to the CSS. So far <em> defaults to <i> on all browsers I have tested and <strong> to <b>. On the other hand styling <i> to show red regular text on a blue background looks more like an abuse.
|