'target' Example: blank, parent, self and top
<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.java2s.com" target="_top">java2s.com home page (top)</a>
</BODY>
</HTML>
Related examples in the same category