'target' Example : target « HTML Attributes Reference « HTML CSS Reference






'target' Example

    
<HTML>
<head><Title>Example For target</Title></head>
<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.amazon.com" target="_top">Amazon home page (top)</a>
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'target' Syntax and Note
2.target Possible Values
3.target is applied to