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

Which JavaScript objects are not accessible to web worker?

0 Answers  


Explain numbered lists in html?

0 Answers  


What is datalist in HTML 5?

0 Answers  


What are the components of dynamic html authoring?

0 Answers  


Why to use xhtml.

0 Answers  






What is the difference between active link and normal link in html?

0 Answers  


What is a logical tag in html?

0 Answers  


If I do not put <! DOCTYPE html> will HTML 5 work?

0 Answers  


What is innerhtml?

0 Answers  


what is metadata?

2 Answers   GSK GlaxoSmithKline,


What is title tag in html?

0 Answers  


What is the best text editor for html5?

0 Answers  


Categories