Saved Bookmarks
| 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 |
|