CSS: Wrap text AND break word if necessary

Viewed 4013

How can I set up a div such that it will wrap text AND will also break word if necessary? Examples below, with the dots showing the width of the div ("zzzzzzz..." is all one word).

....................................
Hello these are
words

....................................
zzzzzzzzzzzzzzzzzz
zzzzzz

2 Answers
Related