page

Previous- marks  |  Next-page-break-before

Description

The 'page' property can be used to specify a particular type of page where an element should be displayed.


Initial Value : auto

Applies to : block-level elements

Inherited : yes

Possible Values
<identifier> | auto

Example(s)
@page rotated {size: landscape}
table {page: rotated; page-break-before: right}

Previous- marks  |  Next-page-break-before