How do you create Drop Down Combos in HTML ?
Answer / bharathi
<select name="age">
<option>select </option>
<option>00 - 10</option>
<option>10 - 20</option>
<option>30 - 40</option>
<option>40 - 50</option>
</select>
| Is This Answer Correct ? | 14 Yes | 2 No |
How many types of html tags are there?
What is the concept of Application Cache in HTML5? What are its advantages?
Are there any problems with using frames?
How do I center a table?
What is image map in html5?
Why do we need to study html?
Why do we use the required attribute in html?
What does dtd mean?
What do you mean by DOM?
What are HTML tags?
What is a tag job?
. Are the HTML tags and elements the same thing?