page-break-after
Definition
The page-break-after property specifies page break behavior after an element when printing a Web page.
Example
hr {page-break-after: always}
Characteristics
Possible values
auto- Has no influence on page breaks.
always- Force a page break after the element.
avoid- Avoid a page break after the element.
left- Force one or two page breaks after the element so that the next page is formatted as a left page.
right- Force one or two page breaks after the element so that the next page is formatted as a right page.
inherit- Use the same computed value as the parent element for this property.
Default value
auto
Applies to
Block-level elements
Inherited
No
See also