HTMLTableCaptionElement Interface


The HTMLTableCaptionElement Interface is the table's CAPTION element.
IDL Definition

Interface HTMLTableCaptionElement : HTMLElement {

           attribute  DOMString                  align;
};

Semantic Requirements

  1. The align attribute captions the alignment with respect to the table.

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