Basic HTML: Links and Anchors


The view... The "code"...

Link to a URL (Universal Resource Locator)
This link goes to the Welcome to Palmyra,PA! <A HREF="http://www.PalmyraPA.com/">This link goes to the Welcome to Palmyra,PA!</A>

Link to a "local" file using relative address
Inserting a link to a local file relative to this one <A HREF="html1.htm">Inserting a link to a local file relative to this one</A>

Link (or Jump) to a bookmark
Jump down the page <A HREF="#JumpDown">Jump down the page</A>
Note: The anchor is invisible when viewed from the browser, but the code looks like this... <A NAME="JumpDown">

Link (or Jump) to a bookmark on another page
Jump to a bookmark on another page <A HREF="html1.htm#OtherPage">Jump to a bookmark on another page</A>





























Jump back!