Skip to main content

Posts

Showing posts with the label HTML code for opening links in new tab

Open link in New Tab or Window

When we click a link ito opens in the same window or tab and we lose our visitor. So,if we use links to open in new window,our problem will be solved. what have to do is instead of typing a href="www.google.com"> Google /a> Which gives Google Which gives type like this a href="www.google.com" TARGET="_BLANK"> Google /a> which gives Google Tricks Overdrive