Results 281 - 300 of 1,752

HTMLElement.onpaste

The onpaste property returns the onPaste event handler code on the current element.
API Event Handler HTMLElement Property Reference Référence

HTMLElement.tabIndex

The HTMLElement.tabIndex property represents the tab order of the current element.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.title

The HTMLElement.title property represents the title of the element, the text usually displayed in a 'tool tip' popup when the mouse is over the displayed node.
API HTML DOM HTMLElement Property Reference Référence

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

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

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

HTMLLinkElement.rel

The HTMLLinkElement.rel property reflects the rel attribute. It is a DOMString containing a space-separated list of link types indicating the relationship between the resource represented by the <link> element and the current document.
API HTML DOM HTMLLInkElement Property 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