HTML/CSS/CSS Attributes and Javascript Style Properties/import
Версия от 09:20, 26 мая 2010; (обсуждение)
"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>