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 to create links in html?
Can a single text link point to two different web pages?
What is the Application Cache in HTML5 and why it is used?
How do I create a button which acts like a link?
How many spaces is a tab?
What are some new input attributes in HTML5?
How we can open a link in new tab?
What is a Canvas? What is the default border size of a canvas?
What methods are used to draw straight line using canvas?
What does dtd mean?
What is a meta description?
How do you add keywords in html?