|
<FONT ...><STYLE ...><HEAD>
For example, create a text file called mystyles.css. Type this styles code into the file. Notice that this code does not have the
<STYLE ...>
H2
{
color:red;
font-weight:900;
font-family:sans-serif;
}
These styles can be loaded into a web page with a
<LINK ...><LINK ...>RELSTYLESHEET and
HREFmystyles.css). Set
TYPETYPE="text/css" to indicate that we are loading a CSS stylesheet.
<LINK REL=STYLESHEET HREF="mystyles.css" TYPE="text/css">
When the browser sees the <LINK ...><H2 ...>
<H2>Great Gift Ideas</H2>
which gives us
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.