Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active June 9, 2021 19:34
Show Gist options
  • Save estefanionsantos/f69d28a5b5576c57f548899315ca8555 to your computer and use it in GitHub Desktop.
Save estefanionsantos/f69d28a5b5576c57f548899315ca8555 to your computer and use it in GitHub Desktop.
table border
<table class="tb_border expand">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Occupation</th>
<th>User</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Engineer</td>
<td>@john</td>
</tr>
<tr>
<td>2</td>
<td>Mary</td>
<td>Doctor</td>
<td>@mary</td>
</tr>
<tr>
<td>3</td>
<td>Joseph</td>
<td>dentist</td>
<td>@Joseph</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment