HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <button onclick="myFunction()">Print this page</button> <script> function myFunction() { window.print(); } </script> </body> </html>
OUTPUT
×

Save as Private