Easy Tutorial
❮ Att Object Name Att Canvas Height ❯

HTML <a> rev Attribute

HTML <a> Tag

Example

Link using the rev attribute:


Browser Support

All major browsers support the rev attribute.

Note: Although browsers do not use this attribute in any way, search engines can use it to gain more information about the link.


Definition and Usage

The rev attribute is used to specify the relationship between the current document and the linked document.

The rev attribute is the reciprocal of the rel attribute.


Syntax

Attribute Values

Value Description
alternate Alternate version of the document (e.g., print page, translated page, or mirror).
stylesheet 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 Table of contents for the document.
index Index of the document.
glossary Glossary or explanation of terms used in the document.
copyright Document containing copyright information.
chapter Chapter of the document.
section Section of the document.
subsection Subsection of the document.
appendix Appendix of the document.
help Help document.
bookmark Related document.
nofollow Google uses "nofollow" to specify that Google search engine should not follow the link.
licence
tag
friend

HTML <a> Tag

❮ Att Object Name Att Canvas Height ❯