Note:
This attribute is similar to the <pre> element.
nowrap is a Boolean attribute, taking the values true and false.
It determines whether or not to perform word wrapping.
The HTML 4.0 standard favors using style sheet rules.
Syntax:
<element nowrap="value"> . . . </element>