white-space, word-break, overflow-wrap, hyphens, long unbreakable strings, tab-size, and justified text. Boxes are 240px wide and scroll if content overflows.
white-space
normal: collapses whitespace
and ignores
source line breaks, wrapping as needed.
normal
nowrap: stays on one line no matter how long the text is, forcing horizontal scroll.
nowrap
pre: keeps spaces
and line breaks
exactly, no wrap.
pre
pre-wrap: keeps spaces
and breaks, but also wraps long lines within the box.