WebIDLpedia

HTMLLabelElement interface

Definition

HTML Standard defines HTMLLabelElement



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

  readonly attribute HTMLFormElement? form;
  [CEReactions] attribute DOMString htmlFor;
  readonly attribute HTMLElement? control;
};

Methods and attributes that return objects implementing HTMLLabelElement