Orvado Technologies is your one-stop shop for custom web site solutions, quality work at affordable rates
 
orvado side

<LINK>

The LINK element is a directive in the HEAD section of your HTML document that indicates related documents and where to find them. This is not rendered as content on your page but serves as a helper for special user-agents.

One possible use is to link to other language versions of the page. Another possible use is to provide navigation links that might be rendered as a menubar by some browsers.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
TITLE A title that is associated with the element
HREF Hyperlink to a resource on the local web server or on an external Internet site
REL The relationship type between this document and the one identified by the HREF attribute. Possible values are "Alternate", "Stylesheet", "Start", "Next", "Prev", "Contents", "Index", "Glossary", "Copyright", "Chapter", "Section", "Subsection", "Appendix", "Help", "Bookmark"
TARGET Indicates the frame that serves as the target for the link. When the user navigates to the resource defined by HREF, it will be displayed in this frame.

Example

<HTML>
<HEAD>
  <TITLE>Chapter 2</TITLE>
  <LINK rel="Index" href="../index.html">
  <LINK rel="Next"  href="Chapter3.html">
  <LINK rel="Prev"  href="Chapter1.html">
</HEAD>

Compatibility

HTML 4.01
Return to HTML Tag Reference Overview

Featured Clients

Ebait

Ebait is an online fishing lure and informational site, built for novice and pro fishermen alike.
Site Map   Terms of Service   Privacy Policy