HTMLParagraphElement.idl 93 B

12345
  1. interface HTMLParagraphElement : HTMLElement {
  2. [Reflect] attribute DOMString align;
  3. };