Example: A+ Attitude: The Key to Unlocking Classroom Success
<a>
<a href="destination">link label</a>
...Click <a href="https://www.amazon.com">here</a> to go to Amazon.com...
<a href="about.html">About Me</a>
<a href="https://www.babson.edu/">Babson College</a>
<a href="secondpage.html">Second Page</a>
<a href="folder1/secondpage.html">Second Page</a>
<a href="../secondpage.html"> Second Page </a>
<a href="C:/.../WebTech/secondpage.html">Terrible Link</a>
index.html
sitemap.html
ex01.html
<a id="top"></a>
<h1 id="top">Top of Page</h1>
<a href="#top">Go to Top of Page </a>
<a href="index.html#top">Go to Top of Main Page </a>
"top"
<a href="mailto:zli@babson.edu">Email Me</a>
target
target="_blank"
<a href="https://www.amazon.com" target="_blank">Amazon</a>
global styles
# Imagine Internet without hyperlinks