KnowledgeBoat Logo
|

Computer Applications

Name the attributes of <SELECT> tag which are used to create drop down menus.

HTML Advanced Features

12 Likes

Answer

The attributes of <SELECT> tag which are used to create drop down menus are:

  1. name — It shows the name of drop down list.
  2. size — It displays the height of the list i.e., the number of options a list contains.
  3. disabled — It specifies that the drop down list should be disabled.

Answered By

4 Likes


Related Questions