HTML <a> with rev Attribute
HTML <a> with rev Attribute
The rev
attribute specifies the relationship between the linked document and the current document.
Warning: The rev
attribute is deprecated and is no longer recommended.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<body>
<a rev="next" href="/html/tag-abbr">abbr tag</a>
</body>
</html>
Attribute Values
Value | Explanation |
---|---|
alternate | Specifies an alternate version of the document. |
appendix | Specifies an appendix for the document. |
bookmark | Specifies a related document for the current document. |
chapter | Specifies a chapter of the document. |
copyright | Specifies a document which containing copyright information of the current document. |
contents | Specifies a table of contents for the document. |
glossary | Specifies a glossary of words used in the document. |
help | Specifies a help document for the current document. |
index | Specifies an index for the document. |
license | Specifies a link to copyright information for the current document. |
next | Specifies the next document of the page. |
nofollow | Asking Google, not to follow the link because the link does not belongs to mywebsite, it is there for advertisement, original resource, or some other purpose. |
prev | Specifies the previous document of the page. |
section | Specifies a section of the document. |
start | Specifies the first document of the page. |
subsection | Specifies a subsection of the document. |
stylesheet | Specifies an external style sheet for the document. |
Reminder
Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in HTML.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.