HTML/CSS/CSS Attributes and Javascript Style Properties/import — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:15, 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>