2.2.2.7 HTMLDivElement

The HTMLDivElement interface provides access to the div object.

The HTMLDivElement interface has been extended with the following attributes:

The div element is a block element.

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