Mixed Microsoft Question:
Download Questions PDF

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>

Download Microsoft Mixed Interview Questions And Answers PDF

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