LINK - Medienunabhängiger Link
Beispiel: <link href="style.css">
Attribute:
charset="Zeichensatzkennung"
class="Klassenname"
dir="ltr | rtl"
href="URL"
hreflang="Landessprachcode"
id="Eindeutige Kennung"
lang="Landessprachcode"
media="all | aural | braille | print | projection | screen | other"
rel="Beziehung zum Ziel"
rev="Beziehung zur Quelle"
style="Style Info"
target="Frame Name"
title="Name"
type="Content Type"
onclick="script"
ondblclick="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
|