copyright © CSSPG, lud February 28 1999


 for practical use of CSS

Linking CSS: Import

this document is located at...
<URI:http://css.nu/examples/imported.html>

* Imported CSS *

Imported CSS: @import used to call an external style sheet, used either in the <HEAD>...</HEAD> section, or in another external file.

More than one style sheet (or module) may be imported, but the @import declaration must be the first declaration in the style section or file.

                  <STYLE TYPE="text/css">
                  <!--
                    @import url(http://css.nu/path/style.css);
                  -->	
                  </STYLE>

CSS Pointers Navigation
Index · Browser Bugs · Books · Tools · DHTML · XSL & DSSSL
Main Site Navigation
Index · Articles · Examples · Experiments · FAQ · Markup · Styles · Who is?
CSSPG ~ Sue ~ Roland
Validate markup Check CSS