Skip to content

Instantly share code, notes, and snippets.

@Michaela-Davis
Last active January 22, 2017 06:04
Show Gist options
  • Save Michaela-Davis/8b9c9e23d58d259004ed2cfa188ca95c to your computer and use it in GitHub Desktop.
Save Michaela-Davis/8b9c9e23d58d259004ed2cfa188ca95c to your computer and use it in GitHub Desktop.
Form with submit button and 1 input, requires bootstrap
<form>
<div class="form-group">
<label for="number">number</label>
<input id="number" class="form-control" type="text">
</div>
<!-- Submit button -->
<button type="submit" class="btn">Is it bigger than 10?</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment