HTML code for new tab
HTML open link in new tab
Now we'll be useful about these:
HTML code for new tab,
HTML open link in new tab,
open link in new tab HTML and everything like this, which is about
open link in new tab (
opening link in new tab).
It's very easy! See how: The
target="_blank"
after the URL gives you a new window or tab. So, just add a
target="_blank"
attribute to your links (anchor tags).
An example
And an example here: if you have a link that says the following:
<a href="http://www.seo-forum-seo-luntan.com/">seo-forum-seo-luntan.com</a>
just change the above so that it'll says:
<a href="http://www.seo-forum-seo-luntan.com/" target="_blank">seo-forum-seo-luntan.com</a>
. And that's it! When the visitors click that link, it will open in a new window/new tab (depending on which web browser they're using and how they configured it).