This property specifies the minimum number of lines of content for the current
element that must be left at the top of a page in a paged display environment.
Allowed Values
inherit
[CSS2|CSS2.1]
[O4]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[integer]
[CSS2|CSS2.1]
[O3.5]
Type: Explicit
Description:
Specifies an integer value representing the minimum number of lines of content
that must be left at the top of a page.
Example
Ext/Doc: p {
widows: 1 }
In-Line: <pSTYLE="widows:
1">test text in the paragraph</p>