HTML collapses extra white space.


HTML      collapses      extra      white      space.     

HTML     collapses     extra     white    space.

Extra white space is collapsed with the "normal" value.

The "nowrap" value should prevent the browser from automatically inserting a line break and "wrapping" the text to the next line. This is the best-supported value, next to normal.

The "pre" value should preserve text spacing and line breaks exactly as you place them.