select box first option not selectable code example
Example 1: select first option deselect
<option selected="true" disabled="disabled">Choose Tagging</option>
Example 2: html non selectable option
<option disabled selected value> -- select an option -- </option>