Skip to content

Instantly share code, notes, and snippets.

@MauricioMoraes
MauricioMoraes / print_element.html
Created February 5, 2020 18:04
Print the contents of a div with a given stylesheet
<div id='print-wrapper'>
CONTENT TO PRINT
</div>
<button id="print">PRINT</button>
@MauricioMoraes
MauricioMoraes / print_element.html
Last active February 5, 2020 18:13
Print the contents of a div with a given stylesheet
<html>
<body>
<div id='print-wrapper'>
<h1>CONTENT TO PRINT</h1>
<p>CONTENT TO PRINT</p>
<p>CONTENT TO PRINT</p>
<p>CONTENT TO PRINT</p>
<p>CONTENT TO PRINT</p>
<p>CONTENT TO PRINT</p>