How to make link which opens in new tab

For making a link which open in new tab you can simply paste one more attribute in it.

Target=_blank
it written as
<a href='URL of the website or page' 'Target=_blank'>Text to display</a>

For Example: 
 <a href='http://blockingfucks.blogspot.com/' 'Target=_blank' >Our home page</a>
 Element:
   Target is the attribute which controls how to open the page
    Its possible values are given,,,
   
    _Blank  to open in new window
    _Self    to open in present window
    _parent to open in parent window
    _Top  to open in full body window
   Framename to open window in desire T ital bar window .

0 comments:

Post a Comment

Entri Populer