Soft line break  - <WBR>

Previous- VAR - Variable  |  Next-XMP - Example text

Description
Inserts a soft line break into a block of no-break text denoted by NOBR. This can be very useful in controlling the exact point at which a long url is presented on a web page. The inclusion of a wbr will normally have little effect, as blank spaces will still take priority.
Attributes
NameValuesDescription
classclassnameClass of the element which is used to associate the element with a style sheet.
idstringA unique name to identify an element.
languagejavascript|jscript|vbscript|vbs
stylestringSpecifies style information for the element.
titlestringTitle for element which is often displayed as a tool-tip when the cursor hovers over the element.

Example
<nobr>never, ever split this long line of text into two smaller lines unless you reach the <wbr> line break tag.</nobr>
Will be displayed as :
never, ever split this long line of text into two smaller lines unless you reach the  line break tag.

Compatability
HTMLNETSCAPEINTERNET EXPLORER
4.1N2N3N4N6IE3IE4IE5IE6
NO YES YES YES YES NO NO NO NO

Previous- VAR - Variable  |  Next-XMP - Example text