Horje
select empty option Code Example
select empty option
<select name="color" id="color" required>
	<option value="" selected disabled hidden>Choose color...</option>
    <option value="R">Red</option>
    <option value="B">Blue</option>
</select>
select empty option
<option disabled selected value> -- select an option -- </option>




Html

Related
remove underline from a tag Code Example remove underline from a tag Code Example
html non selectable option Code Example html non selectable option Code Example
css title and label aligned alongside image Code Example css title and label aligned alongside image Code Example
angularjs href variable Code Example angularjs href variable Code Example
input decimal html Code Example input decimal html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9