NOBR (No Breaks) TAG and ATTRIBUTES

<NOBR>

This proprietary element renders enclosed text without line breaks. Break points for where text may wrap can be inserted using the <WBR> 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