'word-wrap' Syntax and Note : word wrap « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'word-wrap' Syntax and Note

Note:

How to wrap word.
Only applied to absolutely positioned elements or elements with a 
specified height or width.




Syntax:
    
element { word-wrap: value }
elementID.style.wordWrap = "value"
document.all.elementID.style.wordWrap = "value"
    

      
      








Related examples in the same category

1.'word-wrap' Example
2.'word-wrap' Possible Values
3.'word-wrap' is applied to