Bottom Links Module
Web Material:
HTML Writing Guide
Site Home Page
Web Page Standards

Back to Previous Page

Bottom Links:
These may be displayed in a variety of ways across the bottom of your web page. These are similar to those mentioned in the Top Links module. When a user clicks on a Link, the computer code displays either new web page or goes to a specific location (Anchor) within a web page. The anchor can be within the same web page or to a specific location on a different page.

The following sample is for a Table display with links appearing in a horizontal line. You may edit the terms in BLUE.

You Can Add Text Here

Sample:
<table width="450" summary="bottom links" align="center">
<tr>
<td><td>
<div align="center">
<a title="Click here to view Site Home Page." href="../index.htm">
<img src="../world/gifs/index.gif"></a>
</div>
</td>
<td align="center"><b>
You Can Add Text Here
</b></td>
<td><div align="center">
<a title="Click here to view Countries of the World pages." href="../world/index.htm">
<img src="../world/gifs/globe.gif"></a>
</div></td>
</tr>
</table>
© Page Publisher: Duane R. Hurst