'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"
1. | 'word-wrap' Example | ||
2. | 'word-wrap' Possible Values | ||
3. | 'word-wrap' is applied to |