HTML/CSS/Link Attributes/rev
"rev": The reverse of the rel attribute
<HTML>
<BODY>
<a lang="it" href="http://www.wbex.ru" rev="index" target="_blank">
The index page for this document
</a>
</BODY>
</HTML>
<HTML>
<BODY>
<a lang="it" href="http://www.wbex.ru" rev="index" target="_blank">
The index page for this document
</a>
</BODY>
</HTML>