page-break-after

Deprecated

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

Quick example

section.print-break {
  /* Forces a new page to start after this section when printing */
  page-break-after: always;
}

Quick facts

Initial value
auto
Inherited
No
Applies to
block elements in normal flow
Animation type
discrete

Values

autoalwaysavoidleftrightrectoverso

page-break-after Browser Support

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