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

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

"import" Example

   <source lang="html4strict">
   

<html> <head> <style type="text/css">

@import url("examples.css");

</style> </head> <body>

the "examples.css" imported style sheet.

</body> </html>


     </source>