1 2 3 4 5 6
<!DOCTYPE html> <meta charset="utf-8"> <script> window.print(); </script> <p id="printed">I should be printed</p>