HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

widows

Description

The widows property for CSS 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

Examples

1 · integer

2 · JS