How would I set the default text in a select (drop-down) box/menu.
So:
<select>
<option>.....</option>
<option>.....</option>
<option>.....</option>
<option>.....</option>
</select>
Where would i put the text that I wanted to be displayed in the select box/menu?
P.s. I would like the default text to be 'Select a language'
Thank you for any help.