HTMLParagraphElement Interface


The HTMLparagraphElement Interface represents a paragraph.
IDL Definition

Interface HTMLParagraphElement : 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