Word-
Word-Wrap is used to allow long words to break and wrap to the next line.
It differs from the Word-Break property in that Word-Break will
break any word at the edge of the width limit, whereas Word-Wrap breaks long words but not shorter ones.
It has two values:
(1) Normal, this is default and means that words are only broken at break points (spaces etc).
(2) Break-Word, this allows any word (including unbreakable ones) to be broken if needed.