HTMLDivElement Interface


The HTMLDivElement Interface is a generic block container.
IDL Definition

Interface HTMLDivElement : HTMLElement {

           attribute  DOMString                  align;
};

Semantic Requirements

  1. The align attribute is the horizontal text alignment.

If you have comments or suggestions, email me at mbrady@nist.gov