HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Head Metadata

<LINK> Element

Category: Head Metadata
Period: HTML 1 / HTML 2.0
Status: core

Description

Describes a relationship between this document and another resource.

Syntax

<LINK REL="Made" HREF="mailto:webmaster@example.com">

Attributes

HREF, REL, REV, TITLE, URN, METHODS.

Usage Guidelines

Common Mistakes

Example Code

<HEAD>
<LINK REL="Index" HREF="index.html">
<LINK REL="Made" HREF="mailto:webmaster@example.com">
</HEAD>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.