Skip to content

Instantly share code, notes, and snippets.

@lukebergen
Created November 19, 2012 22:32
Show Gist options
  • Save lukebergen/4114510 to your computer and use it in GitHub Desktop.
Save lukebergen/4114510 to your computer and use it in GitHub Desktop.
<table>
<tr>
<td>outer</td>
</tr>
<tbody>
<tr>
<td>outer</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>inner</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment