Interface Summary
HTMLDocument An
HTMLDocument is the root of the HTML hierarchy and holds
the entire content.
HTMLElement All HTML element interfaces derive from this class.
HTMLFormElement The
FORM element encompasses behavior similar to a collection
and an element.
HTMLInputElement Form control.Depending upon the environment in which the page is being
viewed, the value property may be read-only for the file upload input
type.
HTMLLinkElement The
LINK element specifies a link to an external resource, and
defines this document's relationship to that resource (or vice versa).
HTMLObjectElement Generic embedded object.In principle, all properties on the object element
are read-write but in some environments some properties may be read-only
once the underlying object is instantiated.
HTMLTableElement The create* and delete* methods on the table allow authors to construct and
modify tables.