HTML Tag Reference - HTML tag <wbr>








wbr stands for Word Break Opportunity

The <wbr> tag marks to proper word to add a work break.

Browser compatibility

<wbr> Yes No Yes Yes Yes

What's new in HTML5

The <wbr> tag is new in HTML5.

Global Attributes

The <wbr> tag supports the Global Attributes in HTML.

Event Attributes

The <wbr> tag supports the Event Attributes in HTML.

Example

<!DOCTYPE html>
<html>
<body>

<p>This is aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb<wbr>ccccccccccccccccccccccccccccccccccccccccccccccccccccccc.</p>

</body>
</html>

Click to view the demo