May 2000
Intermediate to advanced
472 pages
14h 17m
English
white-space — IE4 N/N | IE5 N/Y | NN4 P/P | Op3 N/-
This property defines how whitespace
within the element is treated. normal acts like
traditional web browsers, in that it reduces any sequence of
whitespace to a single space. pre causes
whitespace to be treated as it is in the HTML element
PRE, with whitespace and returns preserved.
nowrap prevents an element from line breaking.
TD {white-space: nowrap;}
TT {white-space: pre;}
normal | pre |
nowrap
normal
yes
block
Read now
Unlock full access