LINK HTML Element

Send Feedback

The LINK element enables the current document to establish links to external documents. This element is not rendered and does not require a closing tag.

Attribute

Attribute Value Description
CLASS   Associates the element with a CSS style.
HREF   Sets or retrieves the destination URL or anchor point.
MEDIA   Sets or retrieves the media type to which the CSS belongs.
MEDIA all Default. Requirements all devices.
MEDIA handheld Output is intended for handheld devices.
MEDIA screen Output is intended for computer screens.
REL stylesheet Sets or retrieves the relationship between the object and the destination of the link. The document referenced by the HREF attribute is assumed to be a stylesheet and is downloaded by the browser.
STYLE   Provides the definition of the CSS styles used for this element.

Requirements

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE 3.0 and later

See Also

Internet Explorer Mobile HTML Elements

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.