HTML <option> element
<select>
Specific attributes of <option> tag:
| Attribute | Description |
| label | label of the group |
| disabled | disable the group |
| selected | show as selected when page loads |
| value | initial value when page loads |
<select>
Specific attributes of <option> tag:
| Attribute | Description |
| label | label of the group |
| disabled | disable the group |
| selected | show as selected when page loads |
| value | initial value when page loads |