|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<B></B>Display text using bold font |
|
|
Element indicates that the enclosed text is to be displayed using a bold font if available. It may be shown some other way if bold is not available.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <B>STUFF BETWEEN TAGS</B>
.
.
</body>
</html>
Use of this element instructs the browser to perform a physical formatting of the text. Some purists argue that this is against the spirit of HTML and the viewer controlling how stuff looks to them. The argument is that the HTML author should use logical elements to "suggest" to the browser what you are trying to accomplish. In a weaker moment, I've succumbed to the purists and I am currently trying to use the logical version of this element which is the "STRONG" element. I've got to tell you though that keying those extra keystrokes is a real pain. If you don't care what the purists think then go ahead and use this element. Another thing - in word processing packages you are allowed to specify something as bold and italics. But if you "nest" the tags and try to create that effect in HTML it might not work. The browser may bold part of a phrase and make the other part italics.
NetscapeNothing special. Microsoft IENothing special. InternationalizationSee HTML 3.0 portion. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |