The NOBR element prevents line breaks.
<nobr>no line break</nobr>
Extension element. (Non standard element)
Use CSS instead of this element. Please see the "Related Document" for details on CSS.
<p> Some text some text some text. Some text ... </p> <p> <nobr> Some text some text some text. Some text ... </nobr> </p>