Skip to content

Instantly share code, notes, and snippets.

@harrygr
Created November 17, 2014 13:52
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 harrygr/08598ade82782275a046 to your computer and use it in GitHub Desktop.
Save harrygr/08598ade82782275a046 to your computer and use it in GitHub Desktop.
HTML: table
<table class="table">
<thead>
<tr>
<th>...</th>
</tr>
</thead>
<tbody>
...
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment