: The WBR Element
Last updated: 2026-09-12
<wbr>The WBR Element
Marks an optional word-break opportunity: the browser breaks here only if needed, without forcing a break or adding a space. Good for long words, URLs or code.
| Category | Text Content |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Self-closing — no closing tag needed |
| Status | Standard |
📝 Syntax
aVeryLongEnglishWord<wbr>canBreakHere
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <wbr> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: Unlike <br>, wbr only suggests a break when the line is too long—no forced break otherwise.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.