I thought some thing like this would work:
<select name="hall" id="hall" value="3">
<option>
1
</option>
<option>
2
</option>
<option>
3
</option>
<option>
4
</option>
<option>
5
</option>
</select>
But it didn't. So How could I set a default value for select?
Thanks.