docs.rodeo

MDN Web Docs mirror

HTMLTableElement

{{APIRef("HTML DOM")}} 

The HTMLTableElement interface provides special properties and methods (beyond the regular {{DOMxRef("HTMLElement")}}  object interface it also has available to it by inheritance) for manipulating the layout and presentation of tables in an HTML document.

{{InheritanceDiagram}} 

Instance properties

Inherits properties from its parent, {{DOMxRef("HTMLElement")}} .

Obsolete Properties

[!WARNING] The following properties are obsolete. You should avoid using them.

Instance methods

Inherits methods from its parent, {{DOMxRef("HTMLElement")}} .

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN