Term
|
Definition
The HTML <button> element represents a clickable button, which can be used in forms or anywhere in a document that needs simple, standard button functionality. |
|
|
Term
|
Definition
The HTML <datalist> element contains a set of <option> elements that represent the values available for other controls. |
|
|
Term
|
Definition
The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form. |
|
|
Term
|
Definition
The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server. |
|
|
Term
|
Definition
The HTML <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. |
|
|
Term
|
Definition
The HTML <label> element represents a caption for an item in a user interface. |
|
|
Term
|
Definition
The HTML <legend> element represents a caption for the content of its parent <fieldset>. |
|
|
Term
|
Definition
The HTML <meter> element represents either a scalar value within a known range or a fractional value. |
|
|
Term
|
Definition
The HTML <optgroup> element creates a grouping of options within a <select> element. |
|
|
Term
|
Definition
The HTML <option> element is used to define an item contained in a <select>, an <optgroup>, or a <datalist> element. As such, <option> can represent menu items in popups and other lists of items in an HTML document. |
|
|
Term
|
Definition
The HTML Output element (<output>) is a container element into which a site or app can inject the results of a calculation or the outcome of a user action. |
|
|
Term
|
Definition
The HTML <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar. |
|
|
Term
|
Definition
The HTML <select> element represents a control that provides a menu of options |
|
|
Term
|
Definition
The HTML <textarea> element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example a comment on a review or feedback form. |
|
|