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:
- name — It shows the name of drop down list.
- size — It displays the height of the list i.e., the number of options a list contains.
- disabled — It specifies that the drop down list should be disabled.
Answered By
4 Likes