10. Input atributos - autofocus

10. Input atributos - autofocus

by didacticode

HTML

<label for="nombre">Nombre:</label>
<input type="text" id="nombre" name="nombre" autofocus><br>
<label for="apellido">Apellido:</label>
<input type="text" id="apellido" name="apellido" ><br>