When writing in HTML, the
Example code
The above code, rendered in a web browser:
The nobr element is proprietary and deprecated. You should use the CSS style “white-space: nowrap” instead.
- Example code
- Attributes
- Compatibility
- Related information
Here is an example of a very, very long line of text that normally would wrap at the end of the line. Instead, because it is contained in a
Attributes
Within an HTML tag, an attribute dictates certain aspects of an HTML element. Attributes are made up of a name and value pair. While the
Compatibility
, Browser, Code, Compatibility, Container tag, Web design terms
Related information
- HTML and web design help and support.