- 3
How can I use the <select> tag in html?
plz GIVE me answers
3 Réponses
+ 4
5 seconds on google:
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
Next time try www.giyf.com b4 posting a question.
+ 1
http://bfy.tw/AtWE