'white-space' Syntax and Note
Note:
How to handle white space (line breaks, spaces, tabs).
Add extra space with one or more
Add extra lines with the <br> element.
Syntax:
element { white-space: value }
elementID.style.whiteSpace = "value"
document.all.elementID.style.whiteSpace = "value" // IE only
Related examples in the same category