HTML and CSS Reference
In-Depth Information
Name
orphans
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 bottom of
a page. This can affect the placement of page breaks within the element.
Examples:
p {orphans: 4;}
ul {orphans: 2;}
Search WWH ::




Custom Search