Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 2, 2019 22:04
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/7c5d8c5aaba2a71d83b44e181bfe2cc5 to your computer and use it in GitHub Desktop.
Save parzibyte/7c5d8c5aaba2a71d83b44e181bfe2cc5 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>Focus con JS</title>
</head>
<body>
<a href="//parzibyte.me/blog">By Parzibyte</a>
<br>
<input id="nombre" placeholder="Escribe tu nombre">
<br><br>
<button id="btnEnfocar">Enfocar</button>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment