2.2.2.5 HTMLButtonElement

The HTMLButtonElement interface renders content as an HTML button.

The HTMLButtonElement interface has been extended with the following attributes:

The button element is a block element.

 //Introduced in Internet Explorer.
 interface HTMLButtonElement : HTMLElement {
             attribute boolean         status;
             attribute DOMString       dataFld;
             attribute DOMString       dataFormatAs;
             attribute DOMString       dataSrc;
 };