Skip to content

Instantly share code, notes, and snippets.

@Bolinha1
Created May 12, 2020 01:58
Show Gist options
  • Save Bolinha1/4c7858b9fa5173749a92f4eaa0676b25 to your computer and use it in GitHub Desktop.
Save Bolinha1/4c7858b9fa5173749a92f4eaa0676b25 to your computer and use it in GitHub Desktop.
<body>
<span>Vamos criar um formulário de pesquisa agora.</span>
<label for="search">Buscar por nome: </label>
<input id="search" type="text">
<button>Encontrar</button>
<p></p>
<script src="js/scripts.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment