English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

HTML Reference Manual

HTML Tag Reference

HTML: <a> rev attribute

The rev attribute specifies the relationship between the linked document and the current document. The rev attribute is the opposite of the rel attribute.

HTML <a> tag

Online Example

Link uses rev attribute:

 <a rev="nofollow" href="http://www.baidu.com/">Baidu</a>
Test see ‹/›

Browser Compatibility

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.

Definition and Usage

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.

Syntax

<a rev="value">

Attribute value

ValueDescription
alternateOptional version of the document (e.g., print page, translated page, or mirror).
stylesheetExternal stylesheet of the document.
startFirst document in the collection.
nextNext document in the collection.
prevPrevious document in the collection.
contentsTable of contents of the document.
indexIndex of the document.
glossaryGlossary or explanation of terms used in the document.
copyrightDocuments containing copyright information.
chapterChapters of the document.
sectionSections of the document.
subsectionSubsections of the document.
appendixDocument appendices.
helpHelp documents.
bookmarkRelated documents.
  
nofollowGoogle uses "nofollow" to specify that Google search engine should not follow the link.
licence 
tag 
friend 

HTML <a> tag