Skip to content

Instantly share code, notes, and snippets.

@imtiazahmad007
Created February 10, 2017 03:04
Show Gist options
  • Save imtiazahmad007/51f2946802663d6e795365c2e0d50904 to your computer and use it in GitHub Desktop.
Save imtiazahmad007/51f2946802663d6e795365c2e0d50904 to your computer and use it in GitHub Desktop.
<table style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment