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