Specifies how to handle white space characters for the element.
Platform Support
IE | Netscape | Mozilla | Opera | Safari |
---|---|---|---|---|
5.5+ | 4.0+ | 1.0+ | 9.0+ | 1.0+ |
|
Values
normal | Collapse whitespace normally. |
pre | Do not collapse whitespace. |
nowrap | Collapse whitespace unless specified otherwise by an appropriate tag (e.g. br). |
pre-wrap | Prevents user agents from collapsing sequences of whitespace. |
pre-line | User agents should collapse sequences of whitespace. |
Example
For a demonstration of the white-space attribute for table columns, see the demo page on quirksmode:
http://www.quirksmode.org/css/whitespace.html
Availability
W3C CSS2