Copyright © tutorialspoint.com

CSS - marks

previous next


Description:

The marks property is used to set crop marks and cross marks on paged media. This is used with the @page rule.

Possible Values:

Applies to:

Page context

DOM Syntax:

object.style.marks="crop"

Example:

Here is the example:

<style type="text/css"> @page proof {marks: cross crop; margin: 1.5em; size: auto;} @page {marks: none;} </style>

previous next

Copyright © tutorialspoint.com