Skip to content

Instantly share code, notes, and snippets.

@jinformatique
Forked from AbhishekGhosh/HTML5-Print.html
Last active December 20, 2017 16:24
Embed
What would you like to do?
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