Skip to content

Instantly share code, notes, and snippets.

@mpgilbertusa
Created March 11, 2014 14:26
Show Gist options
  • Save mpgilbertusa/9486817 to your computer and use it in GitHub Desktop.
Save mpgilbertusa/9486817 to your computer and use it in GitHub Desktop.
Responsive Starter Kit Pro - Code Sample - Data Tables
<table class="responsive" summary="This is a sample data table.">
<thead>
<tr>
<th scope="col">Header 1</th>
<th scope="col">Header 2</th>
<th scope="col">Header 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
<td>row 1, cell 3</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment