![]() | ![]() |
The LINK tag provides a way to define relationships with other documents and
resources.
The HTML 3.2 Reference Specification mentions the following uses of LINK elements :
|
![]() | |||||||||||||||||||||||||
HREF![]() ![]() |
Specifies a URL designating the linked resource. | ||||||||||||||||||||||||
REL![]() ![]() |
The forward relationship also known as the "link type". It specifies
a named relationship from the enclosing document to the resource specified by
the HREF attribute. HTML link relationships are as yet unstandardized, although some conventions have been established. Here are some proposed/used relationship values:
| ||||||||||||||||||||||||
REV![]() |
This defines a reverse relationship. A link from document A to document B with
REV=relation expresses the same relationship as a link from B to A
with REL=relation .REV=made is sometimes used to identify the document author, either
the author's email address with a mailto URL, or a link to the author's home
page.
| ||||||||||||||||||||||||
TITLE![]() |
An advisory title for the linked resource. | ||||||||||||||||||||||||
TYPE![]() |
With REL=STYLE this attribute is used to identify the type of style sheets used. Currently only "text/css" is used, for cascading style sheets. |
![]() | ![]() |
Source: | Visit the <A HREF=LINK1.html>example page</A> which link to an external style sheet. |
Result: | Visit the example page which link to an external style sheet. |