Autofocus is a new attribute that declares that a field should be focused when a page is loaded.
(Reload the page to see the effect.)
The HTML for the field looks like this:
<input type="text" name="b" autofocus>