|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<LINK>Defines relationship to other pages or objects |
|
|
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=index.htm> . . </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. HTML 3.2 FinalThe 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 --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:
NetscapeIgnored. Microsoft Internet ExplorerIgnored. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |