CSS Page-Break-Inside Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies whether page break should occur within an element.

Syntax

page-break-inside: [value];

Possible values

  • avoid
  • auto
  • inherit

Initial Value

Auto

Applies To

Block level elements

Inherited

Yes

Media

Visual, Paged

Example

p {page-break-inside: avoid;}


View All CSS Properties