Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 11, 2014 09:18
Show Gist options
  • Select an option

  • Save DeanPoulin/8368755 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8368755 to your computer and use it in GitHub Desktop.
Button Tags
<!-- This demonstrates how a, button, and input tags are all rendered consistently -->
<a class="btn btn-default" href="#" role="button">Link</a>
<button class="btn btn-default" type="submit">Button</button>
<input class="btn btn-default" type="button" value="Input">
<input class="btn btn-default" type="submit" value="Submit">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment