Skip to content

Instantly share code, notes, and snippets.

@thibaudcolas
Created September 25, 2022 09:11
Show Gist options
  • Save thibaudcolas/c4ab96fef3b2ecde347330490b46d3b9 to your computer and use it in GitHub Desktop.
Save thibaudcolas/c4ab96fef3b2ecde347330490b46d3b9 to your computer and use it in GitHub Desktop.
Test
<table>
<caption>Teddy bear collectors:</caption>
<tr>
<th scope="row">Last Name</th>
<th scope="row">First Name</th>
<th scope="row">City</th>
</tr>
<tr>
<td>Phoenix</td>
<td>Imari</td>
<td>Henry</td>
</tr>
<tr>
<td>Zeki</td>
<td>Rome</td>
<td>Min</td>
</tr>
<tr>
<td>Apirka</td>
<td>Kelly</td>
<td>Brynn</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment