Last active
June 9, 2021 19:34
-
-
Save estefanionsantos/f69d28a5b5576c57f548899315ca8555 to your computer and use it in GitHub Desktop.
table border
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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