Prev Demo
Disable
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h4><i>Disable is used to disable the selected item </i></h4> <select name="website" size="4" multiple="multiple"> <option value="1" disabled>Dotnetfunda</option> <option value="2">Techfunda</option> <option value="3">ITFunda</option> <option value="4" disabled>Kidsfunda</option> <option value="5">Farming funda</option> <option value="6">Fundoo video</option> </select> </body> </html>
Note: We DO NOT save your trial code in our database.
Output