Switch to full style
HTML code examples
Post a reply

usage of rev attribute

Fri Dec 09, 2011 12:47 am

rev attribute is used to demonstrate the relation between the current page and the linked one , it can take many values like : index,parent,next,start,prev,section,subsection,help,alternate,stylesheet,contents,appendix,bookmark.

Code:
<html>
<
title>usage of rev attribute </title>
<
body>
<
a  href="http://www.codemiles.com" rev="parrent" target="_blank">
   the parent page for current page.
</
a>
</
body>
</
html>  
    
      
 




Post a reply
  Related Posts  to : usage of rev attribute
 Usage of the before CSS attribute     -  
 usage of ch attribute     -  
 Usage of the after CSS attribute     -  
 vspace attribute usage     -  
 row-span attribute usage     -  
 colspan attribute usage     -  
 Usage of contenteditable attribute     -  
 usage of <br> tag clear attribute     -  
 usage of id attribute for link jumps     -  
 SWAP images using JQuery just by using the src attribute img     -