i

Learn HTML and CSS in 10 Days

CSS Word Wrap

This property helps in breaking long words and wrapping them into new lines.

Let’s check out some of its values.

  • Normal – This property value helps in breaking words only at those breakpoints that are allowed.

  • Break-word – It helps in breaking unbreakable words.

  • Initial - The property is set to its default value by this.

  • Inherit – It takes in all the property from its parents.