WBR (Word Break) TAG and ATTRIBUTES

<WBR>

This nonstandard element is used to indicate a place where a line break can occur if necessary. this element is used in conjunction with the <NOBR> element, which is used to keep text from wrapping. When used this way, <WBR> can be thought of as a soft line break in comparison to the <BR> element.


ATTRIBUTES

CLASS = "class name(s)"
STYLE = "style information"

EVENTS

NONE


CLASS  See Cascading Style Sheets (CSS) Information.

STYLE  See Cascading Style Sheets (CSS) information.

Back to Top