HTML <b> Tag
The HTML b element only adds a bold look to text but adds no semantic value to the content. The <b>
element defines bold text without any further significance.
Tips: The HTML <b>
element should not be mistaken with the <strong>
tag, which emphasizes text.
Syntax
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
<b> | Yes | Yes | Yes | Yes | Yes |