Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active September 2, 2019 21:44
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 parzibyte/6713aefa9c8fccc3feca4ec37a20cb0e to your computer and use it in GitHub Desktop.
Save parzibyte/6713aefa9c8fccc3feca4ec37a20cb0e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Autofocus</title>
</head>
<body>
<a href="//parzibyte.me/blog">By Parzibyte</a>
<br>
<input type="text" placeholder="Sin autofocus"/>
<br><br>
<input autofocus type="text" placeholder="Con autofocus"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment