page-break-before
Name: page-break-before
Description: Specifies whether page break should occur within an element.
Browser Compatibility: O 3.5+
Inherited: Yes
Values:
- auto [Initial value]
- avoid
- inherit
Code Example:
p {page-break-inside: avoid;}
Description: Specifies whether page break should occur within an element.
Browser Compatibility: O 3.5+
Inherited: Yes
Values:
Code Example: