<wbr>
InlineSelf-closingSuggests a word break opportunity within text. The browser may break the line at this point if needed.
Example
<p>super<wbr>cali<wbr>fragilistic</p>
About the <wbr> Element
The <wbr> HTML element belongs to the Inline category of HTML elements. Suggests a word break opportunity within text. The browser may break the line at this point if needed. Understanding when and how to use this element is essential for building well-structured, accessible, and SEO-friendly web pages.
As a void (self-closing) element, <wbr> does not have a closing tag. It is written as <wbr> or <wbr /> in XHTML syntax. This element is part of the current HTML Living Standard and is supported in all modern browsers including Chrome, Firefox, Safari, and Edge.
Proper use of semantic HTML elements like <wbr> improves document structure, helps screen readers interpret content correctly, and provides signals to search engines about the purpose of different sections of your page. This leads to better accessibility scores, improved SEO rankings, and more maintainable code.