Skip to content

Instantly share code, notes, and snippets.

@jinformatique
Forked from AbhishekGhosh/HTML5-Print.html
Last active December 20, 2017 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jinformatique/a87c6d71baef229c25649446a88c2057 to your computer and use it in GitHub Desktop.
Save jinformatique/a87c6d71baef229c25649446a88c2057 to your computer and use it in GitHub Desktop.
HTML5 Print Button
<button onclick="javascript:window.print();return false;">Print This Webpage</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment