Fun with Hyperlinks

  • Common Protocols for hyperlinks:
    • <a href="http://www.mysite.com/x.html">
      Web page
      </a>
    • <a href="mailto:peter.strand@ppcc.edu">
      E-Mail
      </a>
    • <a href="file://D:/local_Machine">File</a>
    • <a href="ftp://user:password@
      www.mysite.com/sample.pdf;type=i>FTP</a>
    • <a href="javascript: window.close();"> javascript</a>
<< >