HTML Code for Open Links in New tab or new Window
To Open any Links in New tab or new Window use Below code
<a href="YOUR SITE URL LINK" target="_blank">URL NAME</a>
For Example
<a href="http://www.e-infosite.blogspot.com" target="_blank">Visit E-infoSite</a>
If you set the target attribute to "_blank", the link will open in a new browser window or new tab .
No comments