The following example uses the @import rule to import a style sheet. For the example to work, you must replace URL in the example code with the address of a style sheet. <STYLE TYPE="text/css"> @import url("URL"); P {color:blue} </STYLE> The following example, without url(), ...