docs.rodeo

MDN Web Docs mirror

HTMLButtonElement

{{APIRef("HTML DOM")}} 

The HTMLButtonElement interface provides properties and methods (beyond the regular {{domxref("HTMLElement")}}  interface it also has available to it by inheritance) for manipulating {{HTMLElement("button")}}  elements.

{{InheritanceDiagram}} 

Instance properties

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

Instance methods

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

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

See also

In this article

View on MDN