Results 301 - 320 of 631

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

HTMLTableElement.insertRow()

The HTMLTableElement.insertRow() method inserts a new row in the table.
API HTML DOM HTMLTableElement Method NeedsMobileBrowserCompatibility Reference

HTMLTableElement.tFoot

The HTMLTableElement.tFoot property represents the table's <tfoot> element. Its value can be null if there is no such element.
API HTML DOM HTMLTableElement Property Reference Référence

HTMLTableElement.tHead

The HTMLTableElement.tHead represents  the table's <thead> element. Its value can be null if there is no such element.
API HTML DOM HTMLTableElement Property Reference Référence

HTMLTableHeaderCellElement

The HTMLTableHeaderCellElement 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 header cells in an HTML document.
API HTML DOM Interface Reference Référence

HTMLTableRowElement

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

HTMLTableSectionElement

The HTMLTableSectionElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of sections, that is headers, footers and bodies, in an HTML table.
API HTML DOM Interface Reference Référence

HTMLTextAreaElement

The HTMLTextAreaElement interface provides special properties and methods for manipulating the layout and presentation of <textarea> elements.
API HTML DOM Interface NeedsBrowserCompatibility NeedsNewLayout Reference

HTMLTimeElement

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

HTMLTimeElement.dateTime

The HTMLTimeElement.dateTime property is a DOMString that reflects the datetime HTML attribute, containing a machine-readable form of the element's date and time value.
API HTML DOM HTMLTimeElement Property Reference Référence

HTMLTitleElement

The HTMLTitleElement interface contains the title for a document. This element inherits all of the properties and methods of the HTMLElement interface.
API HTML DOM Interface Reference Référence