Results 301 - 320 of 1,752

HTMLObjectElement.typeMustMatch

The HTMLObjectElement.typeMustMatch property is a Boolean reflects the typemustmatch attribute of the <object> element and indicates if the resouce linked by it must match the MIME type given by HTMLObjectElement.type in order for this resource to be used.
API HTML DOM HTMLObjectElement Property 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

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

HTMLParamElement

The HTMLParamElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating <param> elements, representing a pair of a key and a value that acts as a parameter for an <object> element.
API HTML DOM Interface Reference Référence

HTMLPreElement

The HTMLPreElement interface expose specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating block of preformatted text.
API HTML DOM Interface Reference Référence

HTMLProgressElement

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

HTMLQuoteElement

The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like <blockquote> and <q>, but not the <cite> element.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLSelectElement.item()

The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement whose position in the options list corresponds to the index given in parameter, or null if there are none.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.namedItem()

The HTMLSelectElement.namedItem() method returns the HTMLOptionElement corresponding to the HTMLOptionElement whose name or id match the specified name, or null if no option matches.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSelectElement.remove()

The HTMLSelectElement.remove() method removes the element at the specified index from the options collection for this select element.
API HTML DOM HTMLSelectElement Method Reference Référence

HTMLSourceElement

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

HTMLSpanElement

The HTMLSpanElement interface represents a <span> element and derives from the HTMLElement interface, but without implementing any additional properties or methods.
API HTML DOM Interface Reference Référence

HTMLStyleElement

The HTMLStyleElement interface represents a <style> element. It inherits properties and methods from its parent, HTMLElement, and from LinkStyle.
API HTML DOM Interface Reference Référence

HTMLStyleElement.scoped

The HTMLStyleElement.scoped property is a Boolean value indicating if the element applies to the whole document (false) or only to the parent's sub-tree (true).
API HTML DOM HTMLStyleElement Property Reference Référence

HTMLTableCaptionElement

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

HTMLTableCellElement

The HTMLTableCellElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
API HTML DOM Interface Reference Référence

HTMLTableColElement

The HTMLTableColElement interface provides special properties (beyond the HTMLElement interface it also has available to it inheritance) for manipulating single or grouped table column elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLTableDataCellElement

The HTMLTableDataCellElement interface provides special properties and methods (beyond the regular HTMLTableCellElement and HTMLElement interfaces it also has available to it by inheritance) for manipulating the layout and presentation of table data cells in an HTML document.
API HTML DOM Interface Reference Référence

HTMLTableElement

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

HTMLTableElement.caption

The HTMLTableElement.caption property represents the table caption. If no caption element is associated with the table, it can be null.
API HTML DOM Property Reference Référence