diff --git a/files/en-us/web/html/element/nobr/index.html b/files/en-us/web/html/element/nobr/index.html index 8049e48e52d2873..8c02ccb356be6d3 100644 --- a/files/en-us/web/html/element/nobr/index.html +++ b/files/en-us/web/html/element/nobr/index.html @@ -15,7 +15,7 @@
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 {{CSSxRef("white-space")}} like this:
+Although this element is widely supported, it was never standard HTML, so you shouldn't use it. Instead, use the CSS property {{CSSxRef("white-space")}} like this:
<span style="white-space: nowrap;">Long line with no breaks</span>