Results 121 - 140 of 485

HTMLEmbedElement

The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <embed> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLFieldSetElement

The HTMLFieldSetElement interface has special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of field-set elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLFormElement

The HTMLFormElement interface provides methods to create and modify <form> elements.
document.forms - returns an array of HTMLFormElement objects referencing all forms on the page.
document.forms[index] - returns an HTMLFormElement object referencing the form at the specified index.
document.forms['id'] - returns an HTMLFormElement object referencing the form with the specified id.
document.forms['name'] - returns an HTMLFormElement object referencing the form with the specified id.
API DOM HTML Interface Reference Référence

HTMLFrameSetElement

The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating <frameset> elements.
API HTML-DOM HTMLFrameSetElement Interface Obsolete Reference

HTMLHeadingElement

The HTMLHeadingElement interface represents the different heading elements. It inherits methods and properties from the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLHRElement

The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating <hr> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLHtmlElement

The HTMLHtmlElement interface serves as the root node for a given HTML document.  This object inherits the properties and methods described in the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLImageElement

The HTMLImageElement interface provides special properties and methods  for manipulating the layout and presentation of <img> elements.
API HTML DOM Interface Reference Référence

HTMLLabelElement

The HTMLLabelElement interface gives access to properties specific to <label> elements. It inherits methods and properties from the base HTMLElement interface.
API HTML DOM HTMLLabelElement Interface Reference

HTMLLegendElement

The HTMLLegendElement is an interface allowing to access properties of the <legend> elements. It inherits properties and methods from the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLLIElement

The HTMLLIElement interface expose specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating list elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLLinkElement

The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa. This object inherits all of the properties and methods of the HTMLElement interface.
API HTML DOM Interface Reference Référence

HTMLMapElement

The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.
API HTML DOM Interface Reference Référence

HTMLMetaElement

The HTMLMetaElement interface contains descriptive metadata about a document. It inherits all of the properties and methods described in the HTMLElement interface.
API HTML DOM Interface Reference Référence

HTMLModElement

The HTMLModElement interface provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating modification elements, that is <del> and <ins>.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLObjectElement

The HTMLObjectElement interface provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <object> element, representing external resources.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLOListElement

The HTMLOListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating ordered list elements.
API HTML DOM Interface Reference Référence

HTMLOptionElement

The HTMLOptionElement interface represents <option> elements and inherits all classes and methods of the HTMLElement interface.
API HTML DOM Interface NeedsNewLayout Reference

HTMLParagraphElement

The HTMLParagraphElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating <p> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence