Skip to content

Instantly share code, notes, and snippets.

@phyesix
Created August 20, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phyesix/81820d6ff43e987a32262d216e408208 to your computer and use it in GitHub Desktop.
Save phyesix/81820d6ff43e987a32262d216e408208 to your computer and use it in GitHub Desktop.
input types - "autofocus" attribute
<form action="#">
First name: <input type="text" name="firstname" autofocus><br>
Last name: <input type="text" name="lastname"><br>
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment