Skip to content

Instantly share code, notes, and snippets.

@TorbenKoehn
Created June 7, 2017 20:29
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 TorbenKoehn/0b9d54c704dcfb8fef354f71b18da7f8 to your computer and use it in GitHub Desktop.
Save TorbenKoehn/0b9d54c704dcfb8fef354f71b18da7f8 to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>Header 1
<th>Header 2
<th>Header 3
<th>Header 4
<tbody>
<tr>
<td>Content 1
<td>Content 2
<td>Content 3
<td>Content 4
<tfoot>
<tr>
<td>Content 1
<td>Content 2
<td>Content 3
<td>Content 4
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment