Skip to content

Instantly share code, notes, and snippets.

@khoerodin
Created November 14, 2012 16:23
Show Gist options
  • Save khoerodin/4073093 to your computer and use it in GitHub Desktop.
Save khoerodin/4073093 to your computer and use it in GitHub Desktop.
Empty Table Markup
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment