Skip to content

Instantly share code, notes, and snippets.

@EDDYMENS
Created May 24, 2024 19:16
Show Gist options
  • Save EDDYMENS/d2e57c749be9bd429efccf5fa9e5fd02 to your computer and use it in GitHub Desktop.
Save EDDYMENS/d2e57c749be9bd429efccf5fa9e5fd02 to your computer and use it in GitHub Desktop.
<table >
<tr>
<th>Header 1</th>
<th>Header 2</th>
<th>Header 3</th>
</tr>
<tr>
<td>Row 1 column 1</td>
<td>Row 1 column 2</td>
<td>Row 1 column 3</td>
</tr>
<tr>
<td>Row 1 column 1</td>
<td>Row 2 column 2</td>
<td>Row 3 column 3</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment