pbr element

Type:Document Structure
Attributes: footer  •  onopen  •  pagenumber
See:body

The pbr tag forces a page break at the specified point in the document.

Any attributes set in the pbr tag are passed on to the new page, which allows different page formats to be used in the document. Any subsequent pages following the pbr tag will also use these attributes.

The pagenumber attribute can also be set to control the number of the next page.

<body size="A4">
  This page is A4.
  <pbr size="A4-landscape"/>
  This page is A4 landscape, and all subsequent pages will be too.
</body>