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

Back to Previous Page

Top Links:
These may be displayed in a variety of ways across the top of your web page. 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.

Body     Footer     Header     Left Margin    

Sample:
<table summary="top links" align="center">
<tr>
<td><b>
<a title="Body Module" href="body.htm">Body</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a title="Footer Module" href="footer.htm">Footer</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a title="Header Module" href="header.htm">Header</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a title="Left Margin Module" href="lm.htm">Left Margin</a>&nbsp;&nbsp;&nbsp;&nbsp;
</b></td>
</tr>
</table>

© Page Publisher: Duane R. Hurst