HTML <link> with rev Attribute

You are Here:

HTML <link> 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> <head> <link rel="stylesheet" href="style.css" rev="stylesheet"> </head> <body> <h1>This is a Heading.</h1> <p>This is a Paragraph.</p> </body> </html>

Attribute Values

ValueExplanation
alternateSpecifies an alternate version of the document.
appendixSpecifies an appendix for the document.
bookmarkSpecifies a related document for the current document.
chapterSpecifies a chapter of the document.
copyrightSpecifies a document which containing conpyright information of the current document.
contentsSpecifies a table of contents for the document.
glossarySpecifies a glossary of words used in the document.
helpSpecifies a help document for the current document.
indexSpecifies an index for the document.
licenseSpecifies a link to copyright information for the current document.
nextSpecifies the next document of the page.
nofollowAsking Google, not to follow the link because the link does not belongs to mywebsite, it is there for advertisement.
prevSpecifies the previous document of the page.
sectionSpecifies a section of the document.
startSpecifies the first document of the page.
subsectionSpecifies a subsection of the document.
stylesheetSpecifies 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.

Share this Page

Meet the Author