Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html option disabled

<label for="cars">Choose a car:</label>
<select name="cars" id="cars">
    <option value="volvo">Volvo</option>
    <option value="saab">Saab</option>
    <option value="n/a" disabled>unavailable</option>
</select> 
<select name="color" id="color">
	<option value="" selected disabled hidden>Choose color...</option>
    <option value="R">Red</option>
    <option value="B">Blue</option>
</select>
Comment

html select option disabled selected

<option selected disabled>Choose Tagging</option>    
Comment

PREVIOUS NEXT
Code Example
Html :: a tag open in new tabn 
Html :: start html 
Html :: tag input type float number html 
Html :: fullpage cdn 
Html :: ver pdf en html 
Html :: font awesome 5 pro 
Html :: html javascript input numbers only 
Html :: how to add icon to custom page tab 
Html :: how to open in new page link html 
Html :: href phone 
Html :: html center button 
Html :: jquery select2 set value 
Html :: youtube embed autoplay 
Html :: html select tag default value 
Html :: html sms link 
Html :: password pattern html regex 
Html :: text color html 
Html :: html add image from remote source 
Html :: html left chevron symbol 
Html :: how to change background in html 
Html :: making rectangle in css 
Html :: Checkbox checked border square CSS 
Html :: laravel blade html content 
Html :: bootstrap change font color of text 
Html :: <meta name="viewport" content="width=device-width, initial-scale=1.0" 
Html :: how to make dropdown in html 
Html :: see line from table html 
Html :: show location on google map using latitude and longitude web html 
Html :: javascript onclick back 
Html :: text limit in html 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =