HTML/CSS/Link Attributes/rev

Материал из Web эксперт
Перейти к: навигация, поиск

"rev": The reverse of the rel attribute

   <source lang="html4strict">
   

<HTML> <BODY> <a lang="it" href="http://www.wbex.ru" rev="index" target="_blank">

  The index page for this document

</a> </BODY> </HTML>


     </source>