Shared Flashcard Set

Details

Forms
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the Web site or application. There's a great deal of further information about t
14
Computer Science
Not Applicable
07/31/2019

Additional Computer Science Flashcards

 


 

Cards

Term
<button>
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
<datalist>
Definition
The HTML <datalist> element contains a set of <option> elements that represent the values available for other controls.
Term
<fieldset>
Definition
The HTML <fieldset> element is used to group several controls as well as labels (<label>) within a web form.
Term
<form>
Definition
The HTML <form> element represents a document section that contains interactive controls for submitting information to a web server.
Term
<input>
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
<label>
Definition
The HTML <label> element represents a caption for an item in a user interface.
Term
<legend>
Definition
The HTML <legend> element represents a caption for the content of its parent <fieldset>.
Term
<meter>
Definition
The HTML <meter> element represents either a scalar value within a known range or a fractional value.
Term
<optgroup>
Definition
The HTML <optgroup> element creates a grouping of options within a <select> element.
Term
<option>
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
<output>
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
<progress>
Definition
The HTML <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Term
<select>
Definition
The HTML <select> element represents a control that provides a menu of options
Term
<textarea>
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.
Supporting users have an ad free experience!