HTML/CSS/CSS Attributes and Javascript Style Properties/import

Материал из Web эксперт
Перейти к: навигация, поиск

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