Los enlaces suelen relacionar documentos, con el atributo
rel se pueden establecer relaciones entre el documento origen y el destino.
Código HTML:
<HEAD>
...other head information...
<TITLE>Chapter 5</TITLE>
<LINK rel="prev" href="chapter4.html">
<LINK rel="next" href="chapter6.html">
</HEAD>
fuente:
Other link relationships Código HTML:
<HEAD>
<TITLE>Reference manual</TITLE>
<LINK media="print" title="The manual in postscript"
type="application/postscript"
rel="alternate"
href="http://someplace.com/manual/postscript.ps">
</HEAD>
fuente:
Links and search engines