Skip to content

Instantly share code, notes, and snippets.

@jdkato
Created February 17, 2019 23:18
Show Gist options
  • Select an option

  • Save jdkato/f9f3b012f613ee628b066ea7c97e5e4d to your computer and use it in GitHub Desktop.

Select an option

Save jdkato/f9f3b012f613ee628b066ea7c97e5e4d to your computer and use it in GitHub Desktop.
<table class="table">
<caption>My data</caption>
<thead>
<tr>
<th>age</th>
<th>first_name</th>
<th>last_name</th>
</tr>
</thead>
<tbody>
<tr>
<td>90</td>
<td>John</td>
<td>Adams</td>
</tr>
<tr>
<td>83</td>
<td>Henry</td>
<td>Ford</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment