autofocus='autofocus'
Automatically focus this control when the page is loaded
Shouldn't be more than one of these; if there is, focus the last one loaded
<form>
<p>
<label>E-mail address:
<input type="email" name="addr"
autofocus='autofocus' />
</label>
</p>
<p>
<label><input type="submit" value="Send data" /></label>
</p>
</form>