HTML and CSS Reference
In-Depth Information
Name
widows
Values:
<integer>
Initial value:
2
Applies to:
Block-level elements
Inherited:
Yes
Computed value:
Same as declared value
Description:
Defines the minimum number of text lines within an element that can be left at the top of a
page. This can affect the placement of page breaks within the element.
Examples:
p {widows: 4;}
ul {widows: 2;}
Search WWH ::




Custom Search