I believe that is supposed to be 'selected' but 'default' may work.
<select>
<option>Volvo</option>
<option selected="selected">Saab</op
tion>
<option>Mercedes</option>
<option>Audi</option>
</select>
for simple syntax, I highly suggest using
www.w3schools.com . They have a great way of giving great syntax, and simple examples for things like that. I use them all the time.
Option selected:
http://www.w3schools.com/TAGS/att_option_selected.aspOption Tag:
http://www.w3schools.com/TAGS/tag_option.aspMain Site:
http://www.w3schools.com