Skip to content

Instantly share code, notes, and snippets.

@russ-
Created January 20, 2012 16:32
Show Gist options
  • Select an option

  • Save russ-/1648278 to your computer and use it in GitHub Desktop.

Select an option

Save russ-/1648278 to your computer and use it in GitHub Desktop.
table snippet
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Row 1</td>
<td>Content</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment