Skip to content

Instantly share code, notes, and snippets.

@avioli
Created October 11, 2012 23:09
Show Gist options
  • Save avioli/3876196 to your computer and use it in GitHub Desktop.
Save avioli/3876196 to your computer and use it in GitHub Desktop.
Valid HTML5 markup
<!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