asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > REV Attribute

REV Attribute | rev Property


Sets or retrieves the relationship ( s ) described by the hypertext link from the anchor to the target.

Syntax

Inline <element REV = 'Alternate' || 'Stylesheet' || 'Start' || 'Next' || 'Prev' || 'Contents' || 'Index' || 'Glossary' || 'Copyright' || 'Chapter' || 'Section' || 'Subsection' || 'Appendix' || 'Help' || 'Bookmark'...>
Script object.rev = sStylesheet ]

Possible Values

Alternate Denotes a substitute version of the file containing the link.
Stylesheet Refers to a stylesheet.
Start Denotes the first document of a set.
Next Denotes the next document in a sequence.
Prev Denotes the previous document in a sequence.
Contents Denotes a table of contents document.
Index Refers to an index document for the current page.
Glossary Refers to a glossary for the current page.
Copyright Refers to a copyright notice for the current page.
Chapter Indicates a page is a chapter for a set of pages.
Section Indicates a page is a section for a set of pages.
Subsection Indicates a page is a subsection for a set of pages.
Appendix Refers to a page that is an appendix for the set of pages.
Help Refers to a Help document.
Bookmark Denotes a bookmark.

The property is read/write with no default value.

Remarks

This is the same as the rel property, but the semantics of the link type are in the reverse direction. A link from A to B with REL="X" expresses the same relationship as a link from B to A with REV="X". An anchor can have both rel and rev properties.

Applies To

A, LINK



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note