Skip to content

Instantly share code, notes, and snippets.

@dustMason
Created July 5, 2017 21:43
Show Gist options
  • Save dustMason/a258ae9491a12e0d92fb8c071bcfe5c3 to your computer and use it in GitHub Desktop.
Save dustMason/a258ae9491a12e0d92fb8c071bcfe5c3 to your computer and use it in GitHub Desktop.
<table>
<tr>
<th>
Column 1
</th>
<th>
Column 2
</th>
<th>
Column 3
</th>
</tr>
<tr>
<td>
Row 1, Col 1
</td>
<td>
Row 1, Col 2
</td>
<td>
Row 1, Col 3
</td>
</tr>
<tr>
<td>
Row 2, Col 1
</td>
<td>
Row 2, Col 2
</td>
<td>
Row 2, Col 3
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment