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

What is the difference between UI & UX design?

Pointer-Events

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