|
|
HTML <b> tag
Syntax
<b> - </b>
Definition and Usage
The B elements renders as bold text. The B element is not deprecated, but
it is possible to achieve richer effects using style sheets.
Example
| Source |
Output |
| This is an example of a <b> bold</b> text |
This is an example of a bold text |
|
|