<style type="text/css" media="screen">
@import url("http://www.clrc.ac.uk/ralstyle.css") print;
@import url("/stylesheets/local.css");
p { background: yellow; color: black }
</style>
- If in conflict, the style rule appearing later takes precedence
- @import commands must appear before any style rules
- Imported stylesheets are always loaded
- Imported style sheets may have @import commands within them
- @import is as though the style rules in the import appeared in the style sheet at this place
- @import file just consists of a set of style rules, does not have <style> element at the top
- @import can have a final parameter defining which media it applies to