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