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.
Nothing special.
Nothing special.
See HTML 3.0 portion.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:47 -0500
URL: ./htmlgd/tagb.html