<nobr>
Browser |
|
---|---|
Type |
The NOBR element prevents line breaks.
<nobr>no line break</nobr>
Extension element. (Non standard element)
Example
<p>
Some text some text some text. Some text ...
</p>
<p>
<nobr>
Some text some text some text. Some text ...
</nobr>
</p>
- Output
-
Example page