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 |
What is w3c recommendation?
What does tr mean?
How do I create a link?
What is a body tag?
What is #document in html?
How do I make my website responsive?
What is html5 output element?
What is iframe in html?
What is semantic elements in html?
What is a Web Worker?
What is the difference between the svg and canvas tag in html5?
Who discovered html5?