LINK - link to external file
Description :
The LINK tag is used
to link external files such as style sheets and downloadable fonts
into your document.
Syntax
<LINK REL="fileType"
TYPE="type" SRC="location">....</LINK>
Attributes
REL specifies the kind of file to be linked. For
an external style sheet, the value is "stylesheet". For
a downloadable font definition file, the value is "fontdef".
TYPE specifies more information about the
particular type of file to be linked to, if that information is
needed. For style sheets, the value can be "text/css"
for cascading style sheets, or "text/javascript" for
JavaScript style sheets.
SRC specifies the location of the file to be
linked.
|