Share Pastebin
Guest
Private paste!

Untitled

By: a guest | Apr 26th, 2010 | Syntax: HTML | Size: 0.19 KB | Hits: 119 | Expires: Never
Copy text to clipboard
  1. <html>
  2. <body>
  3.  
  4. <a href="lastpage.htm" target="_blank">Last Page</a>
  5.  
  6. <p>
  7. If you set the target attribute of a link to "_blank",
  8. the link will open in a new window.
  9. </p>
  10.  
  11. </body>
  12. </html>