Html Link New Window Tutorial

In html link target attribute defines where the href linked page or document will be opened.
Open a document in new window is done with target attribute.


Html Code Link New Window
<a href="index.html" target="_blank" title="My Home Page">My Home Page</a>

Html Output

This html link will open new window in browser.


All Html Link Targets