Adding page breaks to your web pages
<html>
<body>
This is the text for page #1.
<p style="page-break-before: always">
Page #2...
</p>
<p style="page-break-before: always">
Page #3...
</p>
</body>
</html>
Simplify Everything Me & Mine
<html>
<body>
This is the text for page #1.
<p style="page-break-before: always">
Page #2...
</p>
<p style="page-break-before: always">
Page #3...
</p>
</body>
</html>