在新的浏览器窗口打开链接

  1. <html>
  2.  
  3. <body>
  4.  
  5. <a href="http://www.yousite.com/" target="_blank">Visit yousite!</a>
  6.  
  7. <p>如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。</p>
  8.  
  9. </body>
  10.  
  11. </html>