Mixed Microsoft Question:
How to create Drop Down Combos in HTML using select Tag?

Answer:
Drop dowm can done through
<select name="sel">
<option>Val1<option>
<option>Val2<option>
</select>
<select name="sel">
<option>Val1<option>
<option>Val2<option>
</select>
Previous Question | Next Question |
Explain Marshalling? | How can we have different number of cells for each row of a table? |