Results 461 - 480 of 1,243

GlobalEventHandlers.onselect

An event handler for the select event on the window.
API HTML DOM Property Reference Référence

HTMLAnchorElement.rel

The HTMLAnchorElement.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 <a> element and the current document.
API HTML DOM HTMLAnchorElement Property Reference Référence

HTMLAnchorElement.relList

The HTMLAnchorElement.relList read-only property reflects the rel attribute. It is a live DOMTokenList containing the set of link types indicating the relationship between the resource represented by the <a> element and the current document.
API HTML DOM HTMLAnchorElement Property Reference Référence

HTMLAreaElement.rel

The HTMLAreaElement.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 <a> element and the current document.
API HTML DOM HTMLAreaElement Property Reference Référence

HTMLAreaElement.relList

The HTMLAreaElement.relList read-only property reflects the rel attribute. It is a live DOMTokenList containing the set of link types indicating the relationship between the resource represented by the <area> element and the current document.
API HTML DOM HTMLAreaElement Property Reference Référence

HTMLAudioElement

The HTMLAudioElement interface provides access to the properties of <audio> elements, as well as methods to manipulate them. It derives from the HTMLMediaElement interface.
API HTML DOM Interface Reference Référence

HTMLBaseElement

The HTMLBaseElement interface contains the base URI for a document. This object inherits all of the properties and methods as described in the HTMLElement interface.
API HTML DOM Interface Reference Référence

HTMLBodyElement

The HTMLBodyElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating body elements.
API HTML DOM Interface NeedsNewLayout Reference

HTMLBRElement

The HTMLBRElement interface represents a HTML line break element (<br>). It inherits from HTMLElement.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLButtonElement

The HTMLButtonElement interface provides properties and methods (beyond the <button> object interface it also has available to them by inheritance) for manipulating the layout and presentation of button elements.
API HTML DOM Interface NeedsNewLayout Reference

HTMLCanvasElement

The HTMLCanvasElement interface provides properties and methods for manipulating the layout and presentation of canvas elements. The HTMLCanvasElement interface also inherits the properties and methods of the HTMLElement interface.
API Canvas HTML DOM Interface Reference