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






'word-break' Syntax and Note

Note:

How to break lines.
When working with a table, you must set the table-layout property to fixed.

Syntax:
    
element { word-break: value }
elementID.style.wordBreak = "value"
document.all.elementID.style.wordBreak = "value"
    

      
      








Related examples in the same category

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