HTMLInputElement
Represents an HTML input element.
An enumeration with possible input types.
The input tag.
Gets or sets if the input element is checked or not.
Gets or sets if the input element is enabled or disabled.
Gets the associated HTML form element.
Gets or sets the value of the name attribute.
Gets or sets if the input field is read-only.
Gets or sets if the input field is required.
Gets or sets the type of the input field.
public HTMLInputElement()
Creates a new HTML input element.