The final HTML coding you must add to each file before uploading is hyperlinks, or just links, to other files. They allow users to jump to other related files from within your particular file.
HTML tags usually only require that you turn them on and off for them to work. However, the HTML anchor tags, <A HREF=" text "> and </A>, need two pieces of information inserted into them:
A link to the HWCN Home Page from outside the HWCN looks like this:
<A HREF="http://www.hwcn.org"> The Hamilton-Wentworth Community Network</A>
A link to this file from a file in the same directory looks like this:
<A HREF="anchor.html">Regular Anchors</A>