English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The rev attribute specifies the relationship between the linked document and the current document. The rev attribute is the opposite of the rel attribute.
Link uses rev attribute:
<a rev="nofollow" href="http://www.baidu.com/">Baidu</a>Test see ‹/›
IEFirefoxOperaChromeSafari
All mainstream browsers support the rev attribute
Note: Although browsers do not use this attribute in any way, search engines can use this attribute to obtain more information about the link.
HTML5 The rev attribute of the <a> tag is no longer supported.
The rev attribute specifies the relationship between the linked document and the current document.
}The 'rev' attribute is associated with Attribute opposite.
<a rev="value">
Value | Description |
---|---|
alternate | Optional version of the document (e.g., print page, translated page, or mirror). |
stylesheet | External stylesheet of the document. |
start | First document in the collection. |
next | Next document in the collection. |
prev | Previous document in the collection. |
contents | Table of contents of the document. |
index | Index of the document. |
glossary | Glossary or explanation of terms used in the document. |
copyright | Documents containing copyright information. |
chapter | Chapters of the document. |
section | Sections of the document. |
subsection | Subsections of the document. |
appendix | Document appendices. |
help | Help documents. |
bookmark | Related documents. |
nofollow | Google uses "nofollow" to specify that Google search engine should not follow the link. |
licence | |
tag | |
friend |