white-space
Name: white-space
Description: Specifies how whitespace is handled within an element.
Browser Compatibility: IE 5.5+ / NN 4+ / O 4+
Inherited: Yes
Values:
- inherit
- normal [Initial value]
- nowrap
- pre
- pre-line
- pre-wrap
Code Example:
p {white-space: pre-wrap;}