 | Universal Resource Locator (URL) for the Web server, e.g. the Welcome or Home page |
 | Tags containing HREF attributes (links) that pointing to other pages |
 | HREF attributes are found in tags such as A, MAP, etc. |
 | Links are uni-directional (obvious but important) |
 | Links can have four kinds of destinations:
- location in the same document
- document on the same web site (relative URL)
- document on another WWW site (absolute URL)
- a program that results in a web page (CGI script)
|
 | Destination URLs may or may not include ANCHOR name |
 | CGI scripts can generate pages "on the fly" -- these pages only exist when they are asked for, they are the "output" of programs |
 | Links can be coded into non-HTML formats: Javascript, VBscript, PDF, ShockWave , Flash , Java applets, etc. |
 | The URL for a single frameset may represent many combinations of HTML documents within that frameset |
 | There is no HTML convention to distinguish global navigation structures: header/footer/sidebars that contain links to major sections of a site |