<font>
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
<font> is a deprecated element and should not be used. It is, however, part of the HTML 4.01 Transitional specification, and can be used without breaking standards-compliance.
To give a single word boldness without page breaking is the wrong question. What kind of semantics are you trying to assign the word? If you're going for emphasis, use <strong>. If you're going for some other meaning, try <span class="something"> with the CSS .something {font-weight:bold;}
To give a single word boldness without page breaking is the wrong question. What kind of semantics are you trying to assign the word? If you're going for emphasis, use <strong>. If you're going for some other meaning, try <span class="something"> with the CSS .something {font-weight:bold;}
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US