You’re reading the English version of this content since no translation exists yet for this locale. Help us translate this article!
Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The non-standard, obsolete HTML <nobr>
element prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text.
This element was never standard HTML and was not widely implemented, so you shouldn't use it. Instead, use the CSS property white-space
like this:
<span style="white-space: nowrap;">Long line with no breaks</span>
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<nobr>' in that specification. |
Living Standard | Made obsolete in favour of white-space . |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
nobr | Chrome Full support Yes | Edge Full support Yes | Firefox Full support Yes | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support Yes | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
Legend
- Full support
- Full support
- Deprecated. Not for use in new websites.
- Deprecated. Not for use in new websites.