Mixed Microsoft Question:

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

Tweet Share WhatsApp

Answer:

Drop dowm can done through

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

Download Microsoft Mixed PDF Read All 14 Microsoft Mixed Questions
Previous QuestionNext Question
Explain Marshalling?How can we have different number of cells for each row of a table?