Last active
March 8, 2017 20:09
-
-
Save estefanionsantos/972b72a54a06cf3d303c335df9fe9098 to your computer and use it in GitHub Desktop.
tab_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> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment