Search w3schools.com:

SHARE THIS PAGE

CSS Reference

CSS Reference CSS Selectors CSS Reference Aural CSS Web Safe Fonts CSS Units CSS Colors CSS Color Values CSS Color Names CSS Color HEX CSS3 Browser Support

CSS Properties

CSS3 word-wrap Property


Example

Allow long words to be able to break and wrap onto the next line:

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

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The word-wrap property is supported in all major browsers.


Definition and Usage

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"


Syntax

word-wrap: normal|break-word;

Value Description
normal Break words only at allowed break points
break-word Allows unbreakable words to be broken


Related Pages

CSS3 tutorial: CSS3 Text Effects



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]