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 DOMString tabIndex;
attribute DOMString target;
attribute DOMString type;
void blur();
void focus();
}; Semantic Requirements
Attributes
Methods
If you have comments or suggestions, email me at mbrady@nist.gov