Skip to content

Instantly share code, notes, and snippets.

@nguyenit67
Created April 18, 2022 03:58
Show Gist options
  • Save nguyenit67/f3912380c372850bcddd521bcde2c47d to your computer and use it in GitHub Desktop.
Save nguyenit67/f3912380c372850bcddd521bcde2c47d to your computer and use it in GitHub Desktop.
MDN table
<table>
<thead>
<tr>
<th colspan="2">The table header</th>
</tr>
</thead>
<tbody>
<tr>
<td>The table body</td>
<td>with two columns</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment