How to add page break to PDF?

If you want to add page break inside PDF when building it using php frameworks in any cms of using php you can use this html:

<p style="page-break-before: always"></p>