Basic HTML

 
 
          

Links >> Create a Link >> New Window

 

Link to a New Window

If you want your link to open a page in a new window use the target="_blank" in the <a href> tag.


Targetting the link to "_blank" simply opens a new browser window that will load the linked page.


Linking to Yahoo the traditional way would require this link:

<a href="http://www.yahoo.com">Go to Yahoo</a>

If you add a target="_blank", the page will open in a new window:

<a href="http://www.yahoo.com" target="_blank">Go to Yahoo</a>

Links >> Create a Link >> E-mail Links >> Create a Link >> Image Links