How do you create Drop Down Combos in HTML ?
Answer Posted / 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 |
Post New Answer View All Answers
Is localstorage async?
What is the purpose of header and footer tags?
Which is the current version of html?
What are new input form validations in html5?
What is ruby tag in html5?
What does the article tag do?
What is the basic structure of an html document?
Can several selectors with class names be grouped together?
Should I put quotes around attribute values?
What are the two basic tags in html list?
Give an example of new elements in html5 to support multimedia and graphics?
How do I specify page breaks in html?
Why do we use tables?
What is logic match tag?
Explain what is the use of localstorage in html5?