1. CSS box-decoration-break

    Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line).

  2. CSS3 text-align-last

    CSS property to describe how the last line of a block or a line right before a forced line break when `text-align` is `justify`.

  3. CSS widows & orphans

    CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break.

  4. wbr (word break opportunity) element

    Represents an extra place where a line of text may optionally be broken.

  5. CSS3 word-break

    Property to prevent or allow words to be broken over multiple lines between letters.

  6. CSS3 Overflow-wrap

    Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.

  7. css property: line-break

  8. css property: line-break: anywhere

  9. css property: line-break: auto

  10. css property: line-break: loose

  11. css property: line-break: normal

  12. css property: line-break: strict

  13. html element: textarea: placeholder: line breaks in `placeholder`