Language References
Enables the current document to link to external files. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<link
disabled
href = url
id = value
media = screen | print | all
rel = alternate | stylesheet | start | next | prev | contents | index | glossary |
copyright | chapter | section | shortcut icon | subsection | appendix | help | bookmark | offline
rev = alternate | stylesheet | start | next | prev | contents | index | glossary |
copyright | chapter | section | shortcut icon | subsection | appendix | help | bookmark | offline
title = text
>
This element can be used only within the HEAD tag.
LINK Members
This example shows how to link to an external style sheet. The styles defined in that file are applied to the page.
<link rel="stylesheet" type="text/css" src="styles.css">
Linking Style Sheets