The shortcuts themselves can be text, as is the case in this basic page, or small graphics.
If you present the shortcuts on two or more rows, make sure that they are separated by a paragraph tag (<P>) rather than a simple line break (<BR>), so that people with impaired mouse skills can still comfortably use your page.
Because the shortcuts are very terse, it is a good idea to provide a more complete explanation of the information to be found by following each of those links. This page demonstrates one way to do that: the bulk of the text is a definition list (using the <DL>, <DT>, and <DD> tags). Each of the Defined Terms is also a header (you can reasonably choose either level 2 or level 3, depending on your preference for the displayed size of the text). Each of the Defined Terms that is the target of a link from the shortcuts is also enclosed in an anchor tag to NAME it. Each of the Defined Terms that links to information elsewhere is enclosed in an anchor tag with HREF identical to the one used in the matching shortcut.
The shortcuts are presented in the same order as their explanations in the definition list.
Use white space in your HTML document to make it easier for the reader to grasp the organization. This can include <P>, <BR>, and <HR> tags, as well as headers and list structures.
Dick Piccard revised this template file (http://www.ohiou.edu/pagemasters/class/template.html) on October 25, 2000.
Please E-Mail comments or suggestions to "acatec@www.ohiou.edu".