really basic question here, I've forgot how to do it. I have a drop down list below, how do I make one value the default?
thanks for any help!
<select name="rating" >
<option value="1" >1</option>
<option value="2" >2</option>
<option value="3" >3</option>
<option value="4" >4</option>
</select>
thanks for any help!