Skip to content

Instantly share code, notes, and snippets.

@releu
Created March 20, 2012 08:13
Show Gist options
  • Save releu/2132697 to your computer and use it in GitHub Desktop.
Save releu/2132697 to your computer and use it in GitHub Desktop.
printing table #2
<table>
<tr>
<th>foo</th>
<th>bar</th>
<th>baz</th>
</tr>
<tr>
<td>1</td>
<td>3</td>
<td>5</td>
</tr>
<tr>
<td>2</td>
<td>4</td>
<td>6</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment