Results 61 - 80 of 360

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

HTMLCollection.item

HTMLCollection.item() gets an element by position.
API HTML DOM Property Reference Référence

HTMLDataElement

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

HTMLDataListElement

The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate <datalist> elements and their content.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLDivElement

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

HTMLDListElement

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

HTMLElement.click()

The HTMLElement.click() method simulates a mouse-click on an element.
API HTML DOM HTMLElement Method Reference

HTMLElement.contentEditable

The HTMLElement.contentEditable property is used to indicate whether or not the element is editable. This enumerated attribute can have the following values:
API HTML DOM HTMLElement Property Reference

HTMLElement.contextMenu

The HTMLElement.contextMenu property refers to the context menu assigned to an element using the contextmenu attribute.
API HTML DOM HTMLElement Property Reference

HTMLElement.dataset

The HTMLElement.dataset property allows access, both in reading and writing mode, to all the custom data attributes (data-*) set on the element. It is a map of DOMString, one entry for each custom data attribute.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.dir

The HTMLElement.dir property gets or sets the text writing directionality of the content of the current element.
API HTML DOM HTMLElement Property Reference Référence