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

HTML Referenzhandbuch

Vollständiges Verzeichnis der HTML-Tags

HTML: <a> rev-Attribut

Das Attribut "rev" bestimmt das Verhältnis zwischen dem verlinkten Dokument und dem aktuellen Dokument. Das Attribut "rev" ist dem Attribut "rel" entgegengesetzt.

HTML <a> Tag

Online-Beispiel

Verwendung des "rev"-Attributs für Links:

 <a rev="nofollow" href="http://www.baidu.com/">Baidu</a>
Testen Sie, ob ‹/›

Browserkompatibilität

IEFirefoxOperaChromeSafari

Alle gängigen Browser unterstützen das Attribut "rev".

Hinweis: Obwohl der Browser das Attribut nicht auf irgendeine Weise verwendet, kann die Suchmaschine mithilfe dieses Attributes mehr Informationen über die Links erhalten.

Definition und Verwendung

HTML5 Das Attribut "rev" der <a>-Tag wird nicht mehr unterstützt.

Das Attribut "rev" bestimmt das Verhältnis zwischen dem verlinkten Dokument und dem aktuellen Dokument.

The rev attribute is withrel 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 the Google search engine should not follow links.
licence 
tag 
friend 

HTML <a> Tag