1<select style="height:100px; width:200px;"></select>
2OP=document.createElement("Option"); OP.text="text";  
OP.value="1"; SelectName.add(OP)
3<option  selected="selected">f</option>