I'm doing a job and I honestly do not know what to do to focus a select. This is my code:
<p>
<h1 id="inicio">
Bienvenidos
</h1>
<ul id="Eliga su idioma idioma">
Eliga su idioma
</ul>
<select style="text-align:center;" id="idioma" name="idioma" size="1">
<option selected="selected" value="español">Español</option>
</select>
If anyone knows I would appreciate it.