Created
October 24, 2018 19:04
-
-
Save ambethia/3aca694fb875d37ffbb8a52865334c21 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> | |
<thead> | |
<tr> | |
<th>Firstname</th> | |
<th>Lastname</th> | |
<th>Age</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>Jill</td> | |
<td>Smith</td> | |
<td>50</td> | |
</tr> | |
<tr> | |
<td>Eve</td> | |
<td>Jackson</td> | |
<td>94</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment