HTML REL and REV Attributes

The REL attribute may be used with LINK to define a forward relationship with another document. E.g.
<LINK rel=help href="http://some.org/help.html">
where http://some.org/help.html is a help page for the current document.

REL and REV may also be used with the anchor (A) tag. LINK tags may only appear in the document head.

REL Attributes

See HTML 3.2

HTML3.2 REL attributes

top, contents, index, glossary, copyright, next, previous, search, - suggestions from HTML 3.2. WebTV uses the next tag for prefetch.

Schema tag

The SCHEMA link gives the URL of a document describing the scheme used to assign metadata to the current document. Origin: Dublin Core. E.g.
<META NAME="VW96.objecttype" CONTENT="Dictionary">
<LINK REL = SCHEMA.VW96 HREF="http://vancouver-webpages.com/VWbot/VW96-schema.html">
Note: This example is from an older version of the Dublin Core draft.

ViewCall REL tags

home, bookmark, tickertape, vmail, icon, prefetch, keyn, fastxx - ViewCall tags (TV-HTML)

AOLpress tags

AOLpress generates a number of optional LINK tags with HTML3.2 recommended attributes: A TITLE attribute may be given, e.g.
<LINK REL=Home TITLE="Home Page" HREF="/index.html">

Agent Markup Language

See the AML pages.

REV tag

Used with the LINK tag to indicate a reverse relationship. May be paired with REL tag where a one-to-one correspondance exists. E.g.
<LINK rev=help href="http://some.org/index.html">
where the current document is a help page for http://some.org/index.html

Legacy use:

<LINK rev=made href="mailto:document-owner">
A hotkey in the Lynx browser will send mail to the document owner.

See HTML 3.2

BASE tag

The BASE tag gives the URL used to dereference relative URLs. The URL is typically the "real" URL of the document, e.g.
<BASE href="http://vancouver-webpages.com/VWbot/metatags.detail.html">
A BASE tag is useful if the document may be copied to another location, or accessed by another path with a symbolic link, imagemap redirect, etc.

See HTML 3.2

Sorry!

Not all in-page references from the list have been implemented

References

reFRAME

Any other REL/REV tags in use ? Please let me know (andrew@vancouver-webpages.com).

Vancouver Webpages
Copyright Status