'import' Example : import « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'import' Example

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

    
      
      








Related examples in the same category

1.'import' Syntax and Note