Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created October 1, 2012 18:13
Show Gist options
  • Save snowman-repos/3813425 to your computer and use it in GitHub Desktop.
Save snowman-repos/3813425 to your computer and use it in GitHub Desktop.
HTML: Empty Table
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<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