6 lines
116 B
HTML
6 lines
116 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
window.print();
|
|
</script>
|
|
<p id="printed">I should be printed</p>
|