You are here : cssCSS 3word-break

word-break - CSS 3

The word-break property specifies line breaking rules for non-CJK scripts.Tip: CJK scripts are Chinese, Japanese and Korean ("CJK") scripts.


Syntax

word-break: normal|break-all|keep-all|initial|inherit;


Example

p.test {    word-break: break-all;}


Output / Return Value


Limitations


Alternatives / See Also


Reference