Page BreaksEdit online
The page breaks can be controlled in multiple ways:
- By creating an
@pageand assigning it to an element will create a page break between this element and the sibling elements that have a different page. - Using the CSS properties:
page-break-beforepage-break-after.