Skip to content

Instantly share code, notes, and snippets.

@styson
Created January 11, 2011 20:03
Show Gist options
  • Select an option

  • Save styson/775019 to your computer and use it in GitHub Desktop.

Select an option

Save styson/775019 to your computer and use it in GitHub Desktop.
<table>
<thead>
<tr>
<th>Make</th>
<th>Model</th>
<th>Color</th>
</tr>
</thead>
<tbody>
<tr>
<td>Acura</td>
<td>NSX</td>
<td>Red</td>
</tr>
<tr>
<td>Ford</td>
<td>Viper</td>
<td>Black</td>
</tr>
<tr>
<td>Dodge</td>
<td>Charger</td>
<td>Blue</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment