Inserts a soft line break into a block of NOBR text.
HTML Syntax
<WBR ID=value >
Remarks
The WBR element does not require a closing tag.
This element is available in HTML as of Microsoft® Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
Members
Styles
Example
This example uses the WBR element to create line breaks. In contrast, the NOBR element does not break lines.
<NOBR>This line of text will not break, no matter how narrow the window gets.</NOBR> <NOBR>This one, however,<WBR> will break after the word "however," if the window gets small enough.</NOBR>
See Also
BR