CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
CSS white-space Property
CSS white-space Property - All Values
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
CSS white-space Example
White-space Property Examples
normal
This is an example of white-space: normal. Extra spaces collapse and text wraps normally.
nowrap
This is an example of white-space: nowrap. This text will not wrap to the next line.
pre
This is an example of white-space: pre. Spaces and line breaks are preserved.
pre-wrap
This is an example of white-space: pre-wrap. Preserves spaces and breaks, but wraps when needed.
pre-line
This is an example of white-space: pre-line. Collapses spaces but keeps line breaks.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run