enter code here
i am using the folllowing code . I wnat that the only single option is selected. but right now its showing some other options as selected by defaul when the page loads.
How can i make one particular of my choice o selected?
<select name="ms"> <option value="-1" selected="false" >any</option>
<option value="0" selected="true" >only single</option>
<option value="1" selected="false" >only married</option>
</select>