Created
October 11, 2012 23:09
-
-
Save avioli/3876196 to your computer and use it in GitHub Desktop.
Valid HTML5 markup
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
<!DOCTYPE html> | |
<title>Saving money, saving bytes</title> | |
<meta charset="utf-8"> | |
<table> | |
<thead> | |
<tr> | |
<th scope="col">Income | |
<th scope="col">Taxes | |
<tbody> | |
<tr> | |
<td>$ 5.00 | |
<td>$ 4.50 | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment