xxxxxxxxxx
<html>
<body>
<h1>autofocus Attribute Example for the Input Element</h1>
<form action="" method="get" class="form">
<label for="name">Name: </label>
<input type="text" name="name" id="name" autofocus />
</form>
</body>
</html>