HTMLLabelElement public sealed class HTMLLabelElement : HTMLElement Represents the HTML label element. Documentation Code public ILabelabelElement Control { get; } Gets the control that the label is assigned for if any. public HTMLFormElement Form { get; } Gets the form element that the label is assigned for if any.