'import' Example : import « CSS « HTML / CSS






'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>

    
      
      








Related examples in the same category