orphans
The orphans CSS property specifies the minimum number of line boxes in a block container that must be left in a fragment before a break.
CSS
JS
object.style.orphans = "value";
Values
<integer>
Specifies one or more decimal digits (0-9).
Initial
integer
JS
Internal
External