Skip to content

Instantly share code, notes, and snippets.

@ambethia
Created October 24, 2018 19:04
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 ambethia/3aca694fb875d37ffbb8a52865334c21 to your computer and use it in GitHub Desktop.
Save ambethia/3aca694fb875d37ffbb8a52865334c21 to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment