LINK 要素は外部リソースへのつながりを指定し、この文書のそのリソースへの(または逆)の関係を定義する。 HTML 4.01 の 
LINK 要素の定義 を参照 (StyleSheet モジュール [DOM
  Level 2 Style Sheets and CSS] の LinkStyle インターフェイスも参照)。
charsetdisabledboolean型
hrefhreflangmediarelrevtargettype
interface HTMLLinkElement : HTMLElement {
           attribute boolean         disabled;
           attribute DOMString       charset;
           attribute DOMString       href;
           attribute DOMString       hreflang;
           attribute DOMString       media;
           attribute DOMString       rel;
           attribute DOMString       rev;
           attribute DOMString       target;
           attribute DOMString       type;
};