Another component within forms include radio buttons, checkboxes and selects to demonstrate an example, <input type="checkbox">. A radio button only allows one selection in a group of radio, might as mentioned this before.The <select> element controls the menu of options.
The importance of an option can be preselected to show what is first selected an example would be ,
<option value " veg">vegetarian< /option>
Its important to remember each component of an element as it can come wrong once shown in the html lin.
Opmerkingen