'import' Example : import : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » import »

 

'import' Example



    
<html>
<head>
<style type="text/css">
 @import url("examples.css");
</style>
</head>
<body>
<p>the "examples.css" imported style sheet.</p>
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» import