February 2006
Intermediate to advanced
826 pages
63h 42m
English
An external style sheet can be imported based on the display medium using the @import rule in a style sheet. Simply add the target medium value at the end of the rule as shown in this example:
<style> <!-- @import url(screen.css)screen; @import url(print.css)