This property is used to specify a specific page type to use when
displaying an element box. If the value specified is different than
the one for the rendered element box that precedes it, one or two
page breaks should be inserted between them, and the element box
should then be rendered on a page box of the indicated type.
Allowed Values
auto
[CSS2]
Type: Explicit
Description:
References the current default page.
[identifier]
[CSS2]
Type: Explicit
Description:
Specifies an identifier for a page type defined in an @page rule.
Example
Ext/Doc: @page doublepage {
size: 8.5in 11in;
page-break-after: left } body {
page:
doublepage; page-break-after: right }
In-Line: <bodySTYLE="page:
doublepage; page-break-after: right">test
text in the body</body>