B
Talk0
645pages on
this wiki
this wiki
| B | |
| Basic usage: | |
| |
| Spec version | 2.0 |
| IE Version | 3 |
| Firefox | Unknown |
| Safari | Unknown |
| Example output: | |
| Lorem Ispum | |
The HTML <b></b> element makes all contained text bold. Note that while it is not officially deprecated, the best practice is to prefer the (more flexible) CSS font-weight property in order to separate presentation from structure.
To apply this tag in an HTML document, use:
<b>Text to be bolded.</b>
This will generate: Text to be bolded.
Contents |
Rendering
Edit
The <b> element corresponds to the bolder font weight.
Typical CSS representation
Edit
b { font-weight: bolder; }
See Also
Edit
<strong></strong><i></i><em></em><u></u>(obsolete)