Results 481 - 500 of 631

HTMLSelectElement.type

The HTMLSelectElement.type read-only property returns the form control's type. The possible values are:
API HTML DOM HTMLSelectElement Property Read-only Reference Référence

HTMLShadowElement

The HTMLShadowElement interface represents a <shadow> HTML Element, which is used in Shadow DOM
API HTML DOM Interface Reference Référence Web Components

HTMLStyleElement.media

The HTMLSyleElement.media property specifies the intended destination medium for style information.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork Property Reference Référence

HTMLStyleElement.type

The HTMLStyleElement.type read-only property returns the type of the current style.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Read-only

HTMLTableElement.align

The HTMLTableElement.align property represents the alignment of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.bgColor

The HTMLTableElement.bgcolor property represents the background color of the table.
API Deprecated HTML DOM NeedsBrowserCompatibility NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.border

The HTMLTableElement.border property represents the border width of the table element.
API Deprecated HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.cellPadding

The HTMLTableElement.cellPadding property represents the padding around the individual cells of the table.
API HTML DOM NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableElement.cellSpacing

The HTMLTableElement.cellSpacing represents the spacing around the individual cells of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableElement.createCaption()

The HTMLTableElement.createCaption() method returns the caption for the table. If no caption element exists on the table, this method creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.createTFoot()

The HTMLTableElement.createTFoot() method returns the <tfoot> element associated with the table, of type HTMLTableSectionElement. If there is no footer for this table, this methods creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.createTHead()

The HTMLTableElement.createTHead()method returns the <thead> element association with the table, of type HTMLTableSectionElement. If there is no such element associated to the thable, this method creates it, then returns it.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteCaption()

The HTMLTableElement.deleteCaption() method removes the caption from the table. If there is no caption associated with the table, this method does nothing.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteRow()

The HTMLTableElement.deleteRow() method removes a row from the table. If the amount of rows to delete, specified by the parameter, is greater or equal to the number of available rows, or if it is negative and not equal to the special index -1, representing the last row of the table, the exception INDEX_SIZE_ERR is thrown.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.deleteTFoot()

The HTMLTableElement.deleteTFoot() method removes a <tfoot> element from the table.
API HTML DOM HTMLTableElement Method NeedsBrowserCompatibility NeedsSpecTable Reference Référence

HTMLTableElement.frame

The HTMLTableElement.frame property represents which external table borders to render.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.rules

The HTMLTableElement.rules property represents which cell borders to render in the table.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.summary

The HTMLTableElement.summary property represents the table description.
API HTML DOM HTMLTableElement NeedsBrowserCompatibility NeedsSpecTable Property Reference Référence

HTMLTableElement.tBodies

The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
API HTML DOM HTMLTableElement NeedsSpecTable Property Read-only Reference Référence