| Introduction SELECT A LETTER HTML ELEMENTS: Q<q> HTML ELEMENTS: S<s><samp><script><section><select><small><source><span><strike><strong><style><sub><summary><sup> HTML ELEMENTS: W<wbr> HTML ELEMENTS: X<xmp> | <nobr> Non-Breaking LinesTells the browser to never break the phrase under any circumstances. The phrase will always appear as a single line of text. If the phrase cannot fit in the existing line, the entire phrase will break down to a new line. Similarly, if no further text can fit on the line created by this break, the text will break down to the next line after that. This element was never officially supported. This element is non-standard, has never been a part of any specifications for any version of HTML, and should always be avoided. This page exists merely as reference to the element. Use white-space: nowrap in CSS instead. Browser Compatibility
Note: Browser compatibility is not tracked for this element because it is non-standard. Example and ExplanationIn the following example, we have some text followed by a phone number. A customer or client may become confused if the phone number breaks to a new line in the middle, so we would want to prevent it from breaking. If you have any questions or concerns, call us toll-free 24/7 at <nobr>+1 (800) 867-5309</nobr>. Disclaimer: This phone number is used as an example and should not actually be dialed.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Normal Element This element has not been changed recently and has no notes attached to it. | New Element This element was just added to the definitions in the most recent version. | Use Caution This element should be avoided without proper understanding and/or has a better alternative. |
Modified Behavior This element and/or its behavior has been modified from its original functionality. | Deprecated This element should be avoided since it has been deprecated in the most recent version. | Not Supported This element should not be used at all since it is no longer or was never supported. |