<HTML> <HEAD> <LINK rel="stylesheet" type="text/css" href="blah.css" title="my style"> </HEAD>This will include the file "blah.css". See this example.
The second method:
<HTML>
<HEAD>
<STYLE type="text/css">
<!--
@import url("blah.css")
-->
</STYLE>
</HEAD>
See this example.
Both methods essentially accomplish the same thing.
Previous SectionPseudoclasses |
Table of Contents |
Next Section
![]() Layers |