Print CSS
To enable a 'print stylesheet' what we are doing is telling the browser what these CSS rules are for when the document is printed. One method of doing this is to link an additional stylesheet by using the link element.
<link rel="stylesheet" media="print" href="print.css">