Share
autofocus Attribute
The autofocus attribute specifies that a field should automatically get focus when a page is loaded.
Note: The autofocus attribute works with all <input> types.
User name: <input type="text" name="user_name" autofocus="autofocus" />