Answers for "html on click print page"

0

print page button html

<button onclick="window.print();return false"
>Print this page</button>
Posted by: Guest on June-20-2021

Browse Popular Code Answers by Language