Page Break for HTML

This is a little trick to allow pagebreak in HTML code.

HR {
page-break-after: always;
}

Leave a Reply