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

