Skip to content

Instantly share code, notes, and snippets.

@passandscore
Created May 6, 2021 19:07
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 passandscore/ce8514de5fe3a17369b24ab2766c2bb0 to your computer and use it in GitHub Desktop.
Save passandscore/ce8514de5fe3a17369b24ab2766c2bb0 to your computer and use it in GitHub Desktop.
Basic HTML Form
<form>
<h3>FORM</h3>
<label>TITLE</label>
<input type="title" id="title" placeholder="Title...">
<label>AUTHOR</label>
<input type="title" id="author" placeholder="Author...">
<label>ISBN</label>
<input type="title" id="isbn" placeholder="Isnb...">
<button>Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment