Skip to content

Instantly share code, notes, and snippets.

@faridjame
Created March 9, 2012 14:37
Show Gist options
  • Save faridjame/2006763 to your computer and use it in GitHub Desktop.
Save faridjame/2006763 to your computer and use it in GitHub Desktop.
HTML: Table Structure
<table summary="text">
<caption>Text</caption>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tfoot>
<tr>
<td></td>
</tr>
</tfoot>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment