In CSS, the page-break-inside property specifies how the page breaks inside the element to which it is applied when printing. It inserts a page break or is sometimes used to avoid printing a page break within an element.
Syntax
Example
Property Values
Value
Description
auto
Default. Automatic page breaks
avoid
Avoid using page breaks within the element (if possible).
initial
This property is set to its default value.
inherit
This property is inherited from its parent element.