Skip to content

Instantly share code, notes, and snippets.

@LarrySul
Last active July 21, 2019 18:15
Show Gist options
  • Save LarrySul/06b830978b6e9ad46b2931c83538e18d to your computer and use it in GitHub Desktop.
Save LarrySul/06b830978b6e9ad46b2931c83538e18d to your computer and use it in GitHub Desktop.
Intro to html input elements by devLarry
<form>
<input type="search"
placeholder="search"
autofocus
/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment