Form Element: Review

TAG DESCRIPTION
<button> Defines a clickable button
<datalist> Specifies a list of pre-defined options for input controls
<fieldset> Groups related elements in a form
<form> Defines an HTML form for user input
<input> Defines an input control
<keygen> Defines a key-pair generator field (for forms)
<label> Defines a label for an <input> element
<legend> Defines a caption for a <fieldset> element
<optgroup> Defines a group of related options in a drop-down list
<option> Defines an option in a drop-down list
<output> Defines the result of a calculation
<select> Defines a drop-down list
<textarea> Defines a multiline input control (text area)

Back button Table of Contents Next button