ZVON > References > DOM2 Reference

HTMLLinkElement (interface )


Own properties:
attributes  -  charset, disabled, href, hreflang, media, rel, rev, target, type
methods  -  none

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa). See the LINK element definition in HTML 4.01 (see also the LinkStyle interface in the StyleSheet module).