HTML B Tag
The HTML b Element is used to make text bold.
The b Element has the same semantic meaning as the strong element.
HTML b Example
<p>This is a <b>Paragraph</b></p>
Note. The b Element is a presentational element.
The HTML b Element is used to make text bold.
The b Element has the same semantic meaning as the strong element.
<p>This is a <b>Paragraph</b></p>
Note. The b Element is a presentational element.