select option html disabled code example
Example 1: html non selectable option
<option disabled selected value> -- select an option -- </option>
Example 2: html select option disabled selected
<option selected disabled>Choose Tagging</option>
<option disabled selected value> -- select an option -- </option>
<option selected disabled>Choose Tagging</option>