Head: Link Tag

The <link> element defines the page relationship to an external resource. This element is most often used to link to external stylesheets:

<link rel="stylesheet" href="mystyle.css">
If you need to refresh your memory on how to use the <link> element, just click here.


The <link> element is contained in the HEAD element, if your document has one. If not, it is listed above the BODY tag.

Back button Table of Contents Next button