Answers for "how to add print button on my website"

0

how to add print button on my website

<input type="button" value="Print this page" onClick="window.print()">

Or

<button type="button" class="print" onClick="window.print()">Print</button>
Posted by: Guest on December-05-2020

Code answers related to "how to add print button on my website"

Code answers related to "Javascript"

Browse Popular Code Answers by Language