How to preselect a value in a dropdown list of items in HTML forms?

With HTML, you can easily create a simple drop down list of items to get user input in HTML forms. 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 preselect a value in dropdown list of items in HTML forms. For that, add selected in the

Example

You can try to run the following code to learn how to preselect value in a dropdown list of items works in HTML form ?


   
      Select Box Control
   
   
      

Select any one:

     
               
   
Updated on: 2026-03-11T23:14:18+05:30

6K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements