<LINK> tag to add navigation for text browsers.(see guidelines for overcoming access barriers)
The <LINK> tag creates links on your page that are not visible in visual browsers but help users navigate using text-based browsers.
For example, the following code:
<link rel="home" title="Home" ref="home.htm" />
<link rel="chapter1" title="Chapter 1" href="chapter1.htm" />
<link rel="chapter2" title="Chapter 2" href="chapter2.htm" />
would look like this in the text based browser Lynx:
home chapter1 chapter2