Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Last active December 10, 2015 12:58
Show Gist options
  • Save tilomitra/4437637 to your computer and use it in GitHub Desktop.
Save tilomitra/4437637 to your computer and use it in GitHub Desktop.
standard table
<table class="yui3-table">
<thead>
<tr>
<th>#</th>
<th>Make</th>
<th>Model</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Honda</td>
<td>Accord</td>
<td>2009</td>
</tr>
...
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment