PUBLISHED ON: FEBRUARY 23, 2021
HTML Wbr Tag
In HTML, the <wbr>
tag stands for Word Break Opportunity. Word Break opportunity is basically a position in the text where the browser optionally breaks a line.
HTML <wbr>
Tag Syntax and Usage
As it is an Empty tag; so it does not require an end tag. It requires a start tag only. Hence the syntax for the same is given below:
<wbr> content here
HTML <wbr>
Tag Basic Example
Below we have a basic example for the <wbr>
tag.
HTML <wbr>
Tag Attributes
This element does not have any specific attributes although this element supports Global and Event attributes.
Browser Support for HTML<wbr>
Tag
Following browsers support this attribute:
-
Google Chrome 1.0
-
Internet Explorer 12.0
-
Firefox 3.0
-
Opera 11.7
-
Safari 4.0