How to preselect a value in a dropdown list of items in HTML forms?
Answers
Answered by
1
A select box also called drop down box provides an option to list down various options in the form of drop down list. You can also pre select a value in drop down list of items in HTML forms. For that, add selected in the <option> tag for the value you want to pre select.
Similar questions