wbr stands for Word Break Opportunity
The <wbr> tag marks to proper word to add a work break.
<wbr> |
Yes | No | Yes | Yes | Yes |
The <wbr> tag is new in HTML5.
The <wbr> tag supports the Global Attributes in HTML.
The <wbr> tag supports the Event Attributes in HTML.
<!DOCTYPE html>
<html>
<body>
<p>This is aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<wbr>bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb<wbr>ccccccccccccccccccccccccccccccccccccccccccccccccccccccc.</p>
</body>
</html>