HTML Dog
Skip to navigation

CSS Property: page-break-before

Used with paged media. How a page break should be applied before a block box, forcing a new page box.

Possible Values

ValueDescription
alwaysAlways forces a page break.
avoidForbids a page break.
leftForces either one or two page breaks so that the next page is a left page.
rightForces either one or two page breaks so that the next page is a right page.
autoDoes not force or forbid a page break. Default.
inherit
initial
unset

Example


#antarctica { page-break-before: always; }

Browser support

Can I Use css-page-break? Data on support for the css-page-break feature across the major browsers from caniuse.com.