Horje

How to add A disabled drop-down list

Select Example.

index.html
Example: HTML
 <select disabled>
  <option value="volvo">Volvo</option>
  <option value="saab">Saab</option>
  <option value="mercedes">Mercedes</option>
  <option value="audi">Audi</option>
</select> 

Output should be:

How to add A disabled drop-down list




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin