Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
9 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 9

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Typed link

A typed link in a Hypertext system is a link to another document or part of a document that includes information about the character of the link. For example, rather than merely pointing to the existence of a document, a link might also specify that the document supports the conclusion of the article pointing to it, that it contradicts the article pointing to it, that it is an older version of the document, that it serves to define the word next to the link, that it is an index to other documents of the same type, or some other relationship. This allows a user to take actions such as searching only certain types of links or displaying them differently. It may also allow browsing software to do things like pre-fetching documents it expects the user to browse.

Present HTML supports typed links from whole documents to whole documents with the tag. For example, the tag specifies that the document top.html is a table of contents for the work that includes the document you are currently reading, and the tag specifies that chap3.html is the next document in logical sequence after the one you are reading. There is also the reverse attribute.

The HTML standard states that both rel and rev can be added to the typical tag. A Draft RFC to define standard link types for HTML was proposed in 1994, but expired without much comment.

Typed links, while not really a part of Internet/HTML based hypertext systems were a common feature in pre-Internet hypertext systems such as Project Xanadu, NoteCards, HyperWriter, IBIS/gIBIS and others. While typed links can be very useful, the lack of a standardized set of link attributes such as Supports Position / Refutes Position as well as the difficulty of applying the attributes has always hindered the use of typed links beyond prototyping purposes. Any system of attributes would turn a hypertext corpus into a semantic web, and permit more sophisticated processing.