Mixed Microsoft Question:

How to create Drop Down Combos in HTML using select Tag?

Microsoft Mixed Interview Question
Microsoft Mixed Interview Question

Answer:

Drop dowm can done through

<select name="sel">
<option>Val1<option>
<option>Val2<option>
</select>


Previous QuestionNext Question
Explain Marshalling?How can we have different number of cells for each row of a table?