WebIDLpedia

HTMLParagraphElement interface

Definition

HTML Standard defines HTMLParagraphElement



[Exposed=Window]
interface HTMLParagraphElement : HTMLElement {
  [HTMLConstructor] constructor();

  // also has obsolete members
};

partial interface HTMLParagraphElement {
  [CEReactions] attribute DOMString align;
};
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface HTMLParagraphElement : HTMLElement {
  [HTMLConstructor] constructor();
  [CEReactions] attribute DOMString align;

  // also has obsolete members
};

Methods and attributes that return objects implementing HTMLParagraphElement