Home → References → CSS Properties →
CSS Property: widows
Used in paged media. Specifies the minimum number of lines in a box must be left at the top of a page.
HTML Dog is hosted by Titan Internet
Possible Values
- [number] - (default is "2")
inherit
Example
p { widows: 4; }

