Skip to content

Instantly share code, notes, and snippets.

@yanping
Created January 4, 2012 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanping/1559060 to your computer and use it in GitHub Desktop.
Save yanping/1559060 to your computer and use it in GitHub Desktop.
Table HTML
<table border="1">
<tr>
<th>ID</th><th>Name</th><th>Rank</th>
</tr>
<tr>
<td>1</td><td>Tom Preston-Werner</td><td>Awesome</td>
</tr>
<tr>
<td>2</td><td>Albert Einstein</td><td>Nearly as awesome</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment