Represents HTML attributes of a DOM element.
Specifies where to send the form-data when a form is submitted.
Specifies an alternate text when the original element fails to display.
Specifies that the script is executed asynchronously (only for external scripts).
Specifies whether the
Specifies that the element should automatically get focus when the page loads.
Specifies that the audio/video will start playing as soon as it is ready.
Specifies the character encoding.
Specifies that an element should be pre-selected when the page loads (for type="checkbox" or type="radio").
Specifies one or more classnames for an element (refers to a class in a style sheet)
Specifies the visible width of a text area.
Specifies the URL of the resource to be used by the object.
Specifies which form element(s) a label/calculation is bound to.
Specifies the name of the form the element belongs to.
Specifies the height of the element.
Specifies the URL of the page the link goes to.
Specifies a unique id for an element.
Specifies the width, in characters (for ) or specifies the number of visible options (for ).
Specifies the language of the element's content.
Specifies the HTTP method to use when sending form-data.
Specifies the name of the element.
Specifies a regular expression that an <input> element's value is checked against.
<input>
Specifies a short hint that describes the expected value of the element.
Specifies that the element is read-only.
Specifies the relationship between the current document and the linked document.
Specifies that the element must be filled out before submitting the form.
Specifies the visible number of lines in a text area.
Specifies the number of rows a table cell should span.
Specifies that an option should be pre-selected when the page loads.
Specifies the URL of the media file.
Specifies an inline CSS style for an element.
Specifies extra information about an element.
Specifies the type of element.
Specifies the value of the element.
Specifies the width of the element.