Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 3, 2012 05:43
Show Gist options
  • Select an option

  • Save snowman-repos/3825253 to your computer and use it in GitHub Desktop.

Select an option

Save snowman-repos/3825253 to your computer and use it in GitHub Desktop.
HTML: Autofocus Attribute
<input autofocus="autofocus" />
<button autofocus="autofocus">Hi!</button>
<textarea autofocus="autofocus"></textarea>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment