Media attribute of <style> and <link> elements

Specifying print as the media attribute value links the print style sheet with the <style> or <link> element.

<link rel="stylesheet" type="text/css" media="print" href="foo.css">