1.

In VB there are separate controls to create List Box and Combo Box. But in HTML these controls can be created by using a single tag.1. Name the tag used for this?2. Which attribute is used for this and how?

Answer»

1. < SELECT >

2. Size attribute
< SELECT Size = 1> gives combo box
< SELECT Size = 3> gives a list box



Discussion

No Comment Found