page-break-before

Deprecated

A legacy property used to control page breaks when printing. It's used to force or prevent a new page from starting before an element.

h1 {
  /* Ensures every H1 starts on a fresh page in printed documents */
  page-break-before: always;
}
Initial value
auto
Inherited
No
Applies to
blockElementsInNormalFlow
Animation type
discrete

Values

autoalwaysavoidleftrightrectoverso
Widely available Since 2015 96% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.

Safe to use without fallbacks.

1+
1+
1.2+
12+
ESC