The B element defines bold text.
<b>bold text</b>
This can be specified with CSS. Please see the "Related Document" for details on CSS.
(Use the STRONG element if you want to emphasize a text.)
<p>Normal text, <b>Bold text,</b> Normal text,</p>
Normal text, Bold text, Normal text,