Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Print This Page</title>
- <style type="text/css">
- @media print {
- .screen-only {
- display: none;
- }
- }
- </style>
- </head>
- <body>
- <p>This a paragraph</p>
- <p>This a second paragraph</p>
- <p class="screen-only">This paragraph won't appear when you print this page</p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment