Hyperlinks

  • Tell browser where to go...
  • The <a> tag
    • <a href="http://www.ppcc.edu">School</a>
       
    • <a href="1.html" target="_blank">First Slide</a>
       
    • <a name="3"></a>
       
    • <a href="#3"> Go to section 3</a>
       
    • E-mail < a href="mailto:me@ppcc.edu">me</a>
       
    • <a href="#" onClick="window.close">close</a>