: Displays text in a fixed-width font and preserves all whitespace exactly as written in the source code.
If you are sending a message (like an email) and it is appearing as raw code rather than formatted text, ensure your headers are set correctly: Messages html
You're about to view a live demo generated using the MDN Playground. * html. The default behavior; the text in the heading wraps " MDN Web Docs : The Plain Text element (Deprecated) - HTML | MDN : Displays text in a fixed-width font and
To prevent text from breaking into multiple lines and keep it as a "solid" single line, apply the white-space property: even if it overflows its container.
: This forces all text to stay on one continuous line, even if it overflows its container.