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

How we can have different cells in each row in <table>?

0 Answers  


What is formatting in html? Explain some formatting tags?

0 Answers  


Write a code to change the color of the background or text?

0 Answers  


What is a dl list?

0 Answers  


How many ways to use colors apply on html elements?

0 Answers  






Why was the target attribute removed from XHTML 1.1?

1 Answers  


List out some basic elements in html5?

0 Answers  


What is the use of div tag in html?

0 Answers  


Is there any way to keep list elements straight in an HTML file?

0 Answers  


How can I create a div work like an input?

0 Answers  


What is the tag to change font color in html?

0 Answers  


Is html a programming language?

0 Answers  


Categories