<link> : a media-independent link
This element defines a link. Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times. Although LINK has no content, it conveys relationship information that may be rendered by user agents in a variety of ways (e.g., a tool-bar with a drop-down menu of links).
inserted in tag, define a relation between another document
Attributes
-) rel : values : toc | glossary | parent | stylesheet
Specify the relation between the document source and destination
-) rev : values :toc | glossary | parent
Specify the relation between the destination document and source
Example
<head>
<title>chapter 2</title>
<link rel="index" href="../index.html">
<link rel="next" href="chapter3.html">
<link rel="prev" href="chapter1.html">
</head>
For complete reference see html reference at W3C
SP..8 SP..9 SP..10 SP..11 SP..12 SP..13 SP..14 SP..15 SP..16 SP..17 SP..18 SP..19 SP..20 SP..21
SP..22 SP..23 SP..24 SP..25 SP..26 SP..27 SP..28 SP..29 SQ..1 SR..1 SR..2 SR..3 SR..4 SR..5
SR..6 SR..7 SR..8 SR..9 SS..1 SS..2 SS..3 SS..4 SS..5 SS..6 SS..7 SS..8 SS..9 SS..10
SS..11 SS..12 SS..13 SS..14 SS..15 SS..16 SS..17 SS..18 SS..19 SS..20 SS..21 SS..22 SS..23 SS..24
SS..25 SS..26 SS..27 SS..28 SS..29 SS..30 SS..31 SS..32 SS..33 ST..1 ST..2 ST..3 ST..4 ST..5
|