Capítulo 5

Atributo autofocus

JavaScript

		

HTML

			<form method="get" action="">
				<label>Nome:<br><input type="text" autofocus></label>
				<label>Email:<br><input type="text"></label>
				<label>Cidade:<br><input type="text"></label>
			</form>