Defines the properties for bold text.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example styles a "b" element to have its font-weight be "bolder" than the default boldface font:
b {
font-weight:bolder;
}


