Allow long words to be able to break and wrap onto the next line:
![]()
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" |
| Value | Description |
|---|---|
| normal | Break words only at allowed break points |
| break-word | Allows unbreakable words to be broken |
CSS3 tutorial: CSS3 Text Effects
Your message has been sent to W3Schools.