Copyright © tutorialspoint.com
The orphans property is used to set the minimum number of lines in an element that must appear at the bottom of a page.
All the block-level elements.
object.style.orphans="10" |
Here is the example:
<style type="text/css"> p {orphans: 3;} ol {orphans: 5;} </style> |
Copyright © tutorialspoint.com