white-space
normal
This value directs user agents to collapse sequences of white space, and break lines as necessary to fill line boxes.
nowrap
This value collapses white space as for 'normal', but suppresses line breaks within text.
pre
This value prevents user agents from collapsing sequences of white space.
Lines are only broken at newlines in the source, or at occurrences of "\A" in generated content.
pre-wrap
This value prevents user agents from collapsing sequences of white space.
Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.
pre-line
This value directs user agents to collapse sequences of white space.
Lines are broken at newlines in the source, at occurrences of "\A" in generated content, and as necessary to fill line boxes.
CSS Practice