You are here : cssCSS 3word-wrap

word-wrap - CSS 3

The word-wrap property allows long words to be able to be broken and wrap 
onto the next line.


Syntax

word-wrap: normal|break-word|initial|inherit;


Example

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


Output / Return Value


Limitations


Alternatives / See Also


Reference