<LINK>
The <LINK> Tag shows the relationship between documents,
and can be part of the
<HEAD> Tag. It can contain as
many <LINK> Tags as desired. The Link Tag can also be
used to point to an external
Style Sheet
to be used within HTML. Using standard Anchor commands, the style sheet
is referenced as:
<link rel="stylesheet"
type="text/css" href="http://www.quadzilla.com/coolsheet"
title="coolsheet">
|