The page-break-after property sets whether a page break should occur AFTER a specified element.Note: You cannot use this property on an emptyor on absolutely positioned elements.Syntax
page-break-after: auto|always|avoid|left|right|initial|inherit;
Example
@media print { footer {page-break-after: always;} } Output / Return Value
Limitations
Alternatives / See Also
Reference