Last active
August 29, 2015 14:27
-
-
Save zanderwar/a471649c028a03898310 to your computer and use it in GitHub Desktop.
This file contains 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='ipsTable ipsBox'> | |
<thead> | |
<tr> | |
<th>ID</th> | |
<th>Name</th> | |
<th>Position</th> | |
<th>Department</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>1</td> | |
<td>John Doe</td> | |
<td>Executive</th> | |
<td>Sales</td> | |
</tr> | |
<tr> | |
<td>2</td> | |
<td>John Doe</td> | |
<td>Executive</th> | |
<td>Sales</td> | |
</tr> | |
<tr> | |
<td>3</td> | |
<td>John Doe</td> | |
<td>Executive</th> | |
<td>Sales</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment