Latest web development tutorials

HTML a rev attribute

HTML a Tag Reference HTML <a> tag

Examples

Links rev attributes:

<a rev="nofollow" href="http://www.functravel.com/">Cheap Flights</a>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support rev attributes

Note: Even though the browser does not use the property in any way, but search engines can use this property to get more information about the link.


Definition and Usage

HTML5 is no longer supported rev attribute <a> tag.

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

rev attributes with rel attribute correspond to each other.


grammar

<a rev="value">

Property Value

value description
alternate Optional version of the document (such as a printed page, translated or mirror pages).
stylesheet External style sheet document.
start The first document in the collection.
next The next document in the collection.
prev Collection before a document.
contents Document directory.
index Document index.
glossary The document terms glossary or explain.
copyright Documents that contain copyright information.
chapter Chapter of the document.
section Section of the document.
subsection Sub-segments of the document.
appendix Document appendix.
help Help documentation.
bookmark Related documents.
nofollow Google uses "nofollow", is used to specify the Google search engine not to follow links.
licence
tag
friend


HTML a Tag Reference HTML <a> tag