Skip to content

Instantly share code, notes, and snippets.

@aptavout
Last active December 17, 2015 14:29
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 aptavout/5625217 to your computer and use it in GitHub Desktop.
Save aptavout/5625217 to your computer and use it in GitHub Desktop.
This is an HTML table.
<table border="1">
<tr>
<th>Col 1</th><th>Col 2</th><th>Col 3</th>
</tr>
<tr>
<td>data 1</td><td>data 2</td><td>data 3</td>
</tr>
<tr>
<td>data 4</td><td>data 5</td><td>data 6</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment