"> "> ">
<link rel="stylesheet" href="test.css" media="print">

Media specifies what style sheet should be used for what type of media. Using the print value would only display that style sheet for print pages.

The value of this attribute can be any of the [mediatype values](http://stackoverflow.com/documentation/css/317/media-queries/7625/mediatype#t=201607241909013753244) (similar to a CSS media query).