Which tag helps in creating a drop-down list on a form area?
9 Likes
The <SELECT> tag along with the <OPTION> tag is used to create a drop-down list on a form area.
<SELECT>
<OPTION>
Answered By
4 Likes
Name the entity used to select multiple options from the items displayed in a list.
Name the attributes which are used with the <INPUT> tag.
<INPUT>
Which attribute of <INPUT> tag specifies what type of form control will be added to the form area?
Which tag adds a multi-line text box on the form area?