'target' Example : target : Link Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Link Attributes » target »

 

'target' Example



    
<HTML>
<BODY>
<a href="http://www.w3c.org" target="_blank">W3C Consortium (blank)</a>
<br>
<a href="http://www.microsoft.com" target="_parent">Microsoft home page (parent)</a>
<br>
<a href="http://www.yahoo.com" target="_self">Yahoo home page (self)</a>
<br>
<a href="http://www.navioo.com" target="_top">navioo.com home page (top)</a>
</BODY>
</HTML>  

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Link Attributes
» target