Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Created August 15, 2017 15:13
Show Gist options
  • Save kauffmanes/63dd59cc0305ee597f10aa639ffe2a29 to your computer and use it in GitHub Desktop.
Save kauffmanes/63dd59cc0305ee597f10aa639ffe2a29 to your computer and use it in GitHub Desktop.
Basic Bird Form
<form action="doSomething">
<label for="birdColor">Bird Color</label>
<input type="text" id="birdColor" name="birdColor">
<label for="birdSize">Bird Size</label>
<input type="text" id="birdSize" name="birdSize">
<label for="eggColor">Egg Color</label>
<input type="text" id="eggColor" name="eggColor">
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment