index.html 219 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <h2>Using window.print() function in order to give a prompt to print the page</h2>
  5. <p>Content for this page</p>
  6. <button onclick="window.print()">Print this page</button>
  7. </body>
  8. </html>