CSS widows
Also see the full, alphabetical list of CSS properties
The CSS widows property is used in paged media to control line breaks by specifying the minimum number of lines in a paragraph that should be left at the top of the page.
| Syntax: | widows: <value>; |
| Possible Values: |
|
| Initial Value: | 2 |
| Applies to: | Block level elements |
| Inherited: | Yes |
| Media: | Visual, paged |
| Example: |
p { widows: 4; }
|

