HtmlLabelElement
sealed class HtmlLabelElement : HtmlElement, IHtmlLabelElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents the HTML label 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.