No break allows you to force text to stay on the same line but does
not start on a new line at the beginning of the tag or force the text
to a fixed font.
Attributes:
None
Example code:
<NOBR>
This is a long line of text that would normally scroll onto the next
line of the display screen, but does not because it is contained
within the no break tags, and it is also a terrible run-on sentence. </NOBR>
Result:
This is a long line of text that would normally scroll onto the
next line of the display screen, but does not because it is contained
within the no break tags, and it is also a terrible run-on sentence.