: The B Element
Last updated: 2026-09-12
<b>The B Element
Renders text in bold without extra importance or emphasis, used only for visual stylistic offset (e.g. keywords, product names).
| Category | Formatting |
|---|---|
| Content Model | Phrasing content |
| Allowed Parents | Any element that accepts phrasing content |
| Content Tag | Yes — requires closing </b> tag |
| Status | Standard |
📝 Syntax
<b>bold text</b>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <b> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: <b> has no semantics, only changes appearance. Use <strong> when the text is genuinely important.