Search
 
SCRIPT & CODE EXAMPLE
 

HTML

select html unselectable option

<!--- This option cannot be select and this will be default option too. -->

<option selected="true" disabled="disabled">Select a Option</option>

<!-- Here is a example : -->
<label for="payment">Choose a Type :</label>
<select name="payment">
  <option selected="true" disabled="disabled">Select a Option</option>
  <option value="recharge">Recharge</option>
  <option value="withdraw">Withdraw</option>
</select>
Comment

PREVIOUS NEXT
Code Example
Html :: align button right 
Html :: font awesome bootstrap 5 
Html :: how to change background in html 
Html :: bootstrap 5 change size of icon 
Html :: bootstrap textarea width 
Html :: html input autofocus 
Html :: html no drag image 
Html :: how to put images in html 
Html :: clear html screen 
Html :: input decimal html 
Html :: html input radio 
Html :: Window yes no decision alert 
Html :: href html 
Html :: how to display a link in html 
Html :: link new tab html 
Html :: how to leave an empty row in html table 
Html :: how to set a default value for a dropdownlist in html with thymeleaf spring 
Html :: css change font awesome icon color 
Html :: python parse html 
Html :: whitespace code 
Html :: html href click not refresh 
Html :: how to use custom domain name instead of localhost on xampp for linux 
Html :: disable autocomplete on input 
Html :: top bar html 
Html :: auto refresh 
Html :: font awesome tag 
Html :: add delay to hrefs 
Html :: svg namespace uri 
Html :: non editable text field 
Html :: how to render a sprite in html5 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =