You are here: HTML > Document Tags > <LINK ...>
Attribute for <LINK ...>
HREF ="URL"
HREF gives the URL of the related resource. For example, to relate to the home page of a web site, you might put:
<LINK REL=HOME HREF="index.html">
<LINK TITLE="..."> >>>
|