Anchor Tag's Attribute target="_blank"

What is target="_blank"

Definition and usage: 

_blank is used to open the document in the new window.This value does not require the use of any frames. "_blank" is popular in web pages which are devoted to links to "other resources on the net". By opening a new window for each resource, the user has a sense of a "main" page and "secondary" pages.

Example :

<a href="http://google.com/" target="_blank">Google</a>

 


Comments

Popular posts from this blog

How to install and configure Alphabetic Pagination WordPress Plugin?

How to Add Google Web Fonts in WordPress Themes the “Right” way

How to check if it is WooCommerce page?