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