IHtmlLabelElement
public interface IHtmlLabelElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents the label HTML element.
Gets the control that the label is assigned for, if any.
Gets the form element that the label is assigned for, if any.
Gets or sets the ID of the labeled control. Reflects the for attribute.