Easy Tutorial
❮ Tag Cite Att Img Width ❯

HTML <link> rev Attribute

HTML <link> Tag

Example

In the following example, the rev attribute indicates that the current document is the parent page of "wildcats.htm":


Browser Support

Note: Almost no major browsers support the rev attribute.


Definition and Usage

The rev attribute specifies the relationship between the current document and the linked document.

The rev attribute is opposite to the rel attribute.


Syntax

Attribute Values

Value Description
alternate An alternative version of the document (e.g., print page, translation, or mirror).
stylesheet An external style sheet for the document.
start The first document in a collection.
next The next document in a collection.
prev The previous document in a collection.
contents A table of contents for the document.
index An index of the document.
glossary A glossary of terms used in the document.
copyright A document containing copyright information.
chapter A chapter of the document.
section A section of the document.
subsection A subsection of the document.
appendix An appendix of the document.
help A help document.
bookmark A related document.
❮ Tag Cite Att Img Width ❯