| You are here: NetStrider » Tutorials » HTMLRef » Commands » LINK « |

|
|
<LINK> Command |
|
|
Command Syntax:
<LINK command parameters>
The <LINK>
commands indicate some sort of relationship between the HTML Document and some other
document or object. They are most typically used to associate the current HTML
Document with an author's information page, indexes, glossaries, older versions,
alternate versions, forward and backward links, etc., or to point to external
style sheets.
They produce no visible display within the HTML Document,
but their use can -
See also: <META>
Command Parameters:
This parameter is used to declare the location of the linked object or document.
hreflang="language code"
This parameter is used to declare the language of the associated document using the
international standard two-letter code.
See the table of ISO 639 standard language codes.
rel="relationship"
This parameter is used to specify the type of relationship between the document and
the linked object or document.
title="object or document title"
This parameter is used to declare the title of the associated or linked object or document.
type="object or document type"
This parameter is used to declare the type of the associated object or document.
Example:
Within the HTML Document Head Segment: These commands declare the title of the current document
and provide an association or link to the Dutch version of the document. The link element
declares -
|
| Return to Section I:L |