<link> with negated mediaThis text will be green if the rule has been applied.
<link rel="stylesheet" type="text/css" href="styles.css" media="not all" />
Because all media types belong to the all family, specifying a media of not all should insure that the stylesheet should never be imported. Standards-compliant browsers will not apply this rule (so the text in the example block should be red in compliant browsers).