ExampleAllow long words to be able to brake and wrap onto the next line:
Try it yourself » |
The word-wrap property is supported in all major browsers.
The word-wrap property allows long words to be able to be broken and wrap onto the next line.
Default value: | normal |
---|---|
Inherited: | yes |
Version: | CSS3 |
JavaScript syntax: | object.style.wordWrap="break-word" |
word-wrap: normal|break-word; |
Value | Description |
---|---|
normal | Break words only at allowed break points |
break-word | Allows unbreakable words to be broken |