Renders text without line breaks.
HTML Syntax
<NOBR ID = value STYLE = css1-properties TITLE=text >
Remarks
The NOBR element requires a closing tag.
This element is available in HTML and script as of Microsoft® Internet Explorer 4.0.
Members
Example
This example uses the NOBR element to prevent text lines from breaking.
<NOBR>Here's a line of text I don't want to be broken . . . here's the end of the line.</NOBR>