アンカー要素。 HTML 4.01 の A 要素の定義 を参照。
accessKeycharsetcoordshrefhreflangnamerelrevshapetabIndexlong型
targettypeblur( )キーボードフォーカスをこの要素から離す。
(無し)
focus( )キーボードフォーカスをこの要素に合わせる。
(無し)
interface HTMLAnchorElement : HTMLElement {
attribute DOMString accessKey;
attribute DOMString charset;
attribute DOMString coords;
attribute DOMString href;
attribute DOMString hreflang;
attribute DOMString name;
attribute DOMString rel;
attribute DOMString rev;
attribute DOMString shape;
attribute long tabIndex;
attribute DOMString target;
attribute DOMString type;
void blur();
void focus();
};