'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