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

HTML Referenzhandbuch

Vollständiges Verzeichnis der HTML-Tags

HTML link rev Attribut

HTML <link> Tag

Online-Beispiel

In den folgenden Beispielen zeigt das Attribut "rev", dass die aktuelle Dokument die Elternseite von "wildcats.htm" ist:

<head>
<link rev="parent" href="wildcats.htm">
</head>

Browserkompatibilität

IEFirefoxOperaChromeSafari

Hinweis:Almost no mainstream browsers support the rev attribute.

Definition and Usage

HTML5 The <link> rev attribute is not supported.

The rev attribute specifies the relationship between the linked document and the current document.

The rev attribute with rel Attribute Ideas.

Syntax

<link rev="value">

Attribute Value

Value Description
alternate Alternate version of the Document (such as print pages, translations, or mirrors).
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 of terms used in the document (explanations).
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 Documents.
bookmark Related Documents.

HTML <link> Tag