Although most Internet users prefer to read web pages on the Internet, some of your users may want to print the text of the article and then read it.
Using CSS, you can control the location of broken pages and go to the next page when printing. Just add the following CSS to your styles and then assign a page break class to each tag that you want to print on the next page.
page-break { page-break-before: always; }
source share