This is the simplest form of a link. <a href="hello1.html">A link to the hello example</a> A link to the hello example
A relative path name link <a href="../notes/links.html#links">A link to the links notes</a> A link to the links example
Same link, display in new window <a href="../notes/links.html#links" target="new">Same as above, but new window</a> Same as above, but new window
A link using a picture <a href="../notes/tags3.html#halfdome"> <img src="../images/halfdome.jpg" alt="Half Dome in Yosemite" width="200" height="150"> </a> Half Dome in Yosemite