Skip to content

Instantly share code, notes, and snippets.

@brianbroken
Last active December 16, 2015 17:30
Show Gist options
  • Save brianbroken/5471216 to your computer and use it in GitHub Desktop.
Save brianbroken/5471216 to your computer and use it in GitHub Desktop.
HTML: empty table mark-up
<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