'white-space' Syntax and Note : white space « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'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

1.'white-space' Example
2.'white-space' Possible Values
3.'white-space' is applied to