Copyright © tutorialspoint.com
The marks property is used to set crop marks and cross marks on paged media. This is used with the @page rule.
Page context
object.style.marks="crop" |
Here is the example:
<style type="text/css"> @page proof {marks: cross crop; margin: 1.5em; size: auto;} @page {marks: none;} </style> |
Copyright © tutorialspoint.com