Copyright © tutorialspoint.com

CSS - page

previous next


Description:

The page property is used to invoke a page selector which has been previously defined using @page.

Possible Values:

Applies to:

All the block level elements

Example:

Here is the example:

<style tyle="text/css">
<!--
@page wide { size : portrait }
@page rotated { size : landscape }
table { page : rotated }
-->
</style>

For more detail please look into CSS Paged Media.


previous next

Copyright © tutorialspoint.com