HTML <optgroup> Tag

113    Share

The input Element


The HTML <form> element can contain one or more of the following form elements:

  • <input>
  • <label>
  • <select>
  • <textarea>
  • <button>
  • <fieldset>
  • <legend>
  • <datalist>
  • <output>
  • <option>
  • <optgroup>

 

 

One of the most used form element is the <input> element.

The <input> element can be displayed in several ways, depending on the type attribute.


Live Demo & Try it yourself! Read More » »