The HTML OPTION tag is used to create options listed in a drop down box of a web page form.
You can select a default option by adding the word "selected" within your OPTION tag.
You can select a default option by adding the word "selected" within your OPTION tag.
<SELECT> <OPTION>option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT> |
Browser View:
html css web design code examples
ReplyDeleteHidden inputs contain non-visual information