The LINK element provides a way to link the current document to other related
resources.
Value |
Description |
Alternate |
Designates substitute versions for the document in which the link occurs.
When used together with the lang attribute, it implies a translated version
of the document. When used together with the media attribute, it implies a
version designed for a different medium (or media).
|
Appendix |
Refers to a document serving as an appendix in a collection of documents.
|
Bookmark |
Refers to a bookmark. A bookmark is a link to a key entry point within an
extended document. The title attribute may be used, for example, to label
the bookmark. Note that several bookmarks may be defined in each document.
|
Chapter |
Refers to a document serving as a chapter in a collection of documents.
|
Contents |
Refers to a document serving as a table of contents. Some user agents also
support the synonym ToC (from "Table of Contents").
|
Copyright |
Refers to a copyright statement for the current document.
|
Glossary |
Refers to a document providing a glossary of terms that pertain to the
current document.
|
Help |
Refers to a document offering help (more information, links to other sources
information, etc.)
|
Index |
Refers to a document providing an index for the current document.
|
Next |
Refers to the next document in an linear sequence of documents. User agents
may choose to preload the "next" document, to reduce the perceived load
time.
The WebTV browsers supports this value.
Together with the HREF attribute, rel="next" specifies the web page that is
likely to be the next page that the viewer will go to. The WebTV interface
uses this information to prefetch the next page, storing its content in
memory for a fast transition to the page when the viewer does select the
link.
Use the HREF and rel="next" combination for likely next pages, giving
viewers a feeling of even faster network performance. For example, if you
are presenting a series of pages to the viewer, specify the HREF value and
rel="next" so that the next page of the series can be loaded into memory as
the viewer is still reading the current page.
This is the only value supported by WebTV.
|
Prev |
Refers to the previous document in an ordered series of documents. Some user
agents also support the synonym "Previous".
|
Section |
Refers to a document serving as a section in a collection of documents.
|
Start |
Refers to the first document in a collection of documents. This link type
tells search engines which document is considered by the author to be the
starting point of the collection.
|
Stylesheet |
Refers to an external style sheet. See the section on external style sheets
for details. This is used together with the link type "Alternate" for
user-selectable alternate style sheets.
|
Subsection |
Refers to a document serving as a subsection in a collection of documents.
|