The Page-break-before and Page-break-after CSS properties do not modify the display of the page on the screen, and these properties are used to control how the file is printed. Each print property can have 4 sets of settings: Auto, always, left, and right. Where auto is the default value, you only need to set the paging symbol (page breaks) if necessary. If Page-break-before is set to always, the printer restarts a new printed page when a particular component is encountered. If Page-break-before is set to left, a paging symbol is inserted until the specified component appears on a blank page on the right. Page-break-before if set to right, the page symbol is inserted until the specified component appears on a blank page on the left. The Page-break-after property adds the paging symbol to the specified component, not before. In the following
You will be able to see the settings for these properties in the program,
Available values