Element to define relationships with other pages or objects. Another appendage that keeps being drug around the HTML standard. It was originally intended to provide information to browsers to be used in navigation bars and the like. But none of the players have taken advantage of it, hence, nobody hardly uses it. Maybe some day it'll catch on and be used (or it'll fade away into the sunset). Anyway, if you're so disposed, here it is.
<html> <head> <title>Page with some hidden stuff on it</title> . . ==>> <link rel=Contents href=conthtml.html> . . </head> <body> . . </body> </html>
I've got to apologize to Dave Raggett over at W3C. I've not used this element. I kind of get the feeling that he would like to see more of us use this method and he'd like some browser developers to take advantage of it. He did spend a lot of time describing it so I'll try to do it justice as well.
The link element provides a "media independent" method for describing relationships with other documents.
"LINK elements can be used in principle:
a. for document specific navigation toolbars or menus
b. to control how collections of HTML files are rendered into printed documents
c. for linking associated resources such as styl sheets and scripts
d. to provide alternative forms of the current document"
--Dave Raggett, W3C, HTML 3.2 Reference Specification
Maybe if we were to start a rumor that the web crawlers read this information to use in their indexes then we'd get the attention of the developers. They'd be stuffing stuff in here left and right trying to get their pages referenced!
If one were to use them you'd do it using the following rules:
Ignored.
Ignored.
Nothing special.
The Rusk Family . . . "the Legend
Continues"
All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:47 -0500
URL: ./htmlgd/taglink.html