How do you create Drop Down Combos in HTML ?



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

Post New Answer

More HTML DHTML Interview Questions

What is wrong with my <meta> tags?

0 Answers  


List out new apis introduced in html5?

0 Answers  


What are navigation buttons?

0 Answers  


Why isn't XHTML2 backwards compatible?

1 Answers  


Is localstorage async?

0 Answers  






What is meta utf8?

0 Answers  


Which html tag allows users to specify a file for uploading?

0 Answers  


What is a physical tag in html?

0 Answers  


What is table in excel?

0 Answers  


What is the meaning of markup in html?

0 Answers  


What is new features in html5?

0 Answers  


What is datalist in HTML 5?

0 Answers  


Categories