Blog Desk       February 10, 2020      199

What is the correct HTML for making a drop-down list?

  1. <list>
  2. <input type="dropdown">
  3. <input type="list">
  4. <select>

The Right Answer is : Option D

Explanation