Skip to content

Instantly share code, notes, and snippets.

@OSUblake
Created February 19, 2014 11:48
Show Gist options
  • Save OSUblake/9090435 to your computer and use it in GitHub Desktop.
Save OSUblake/9090435 to your computer and use it in GitHub Desktop.
WHR - Tables - 1
<div class="table-responsive">
<table>
<thead>
<tr>
<th width="25%">Table Header 1</th>
<th width="25%">Table Header 2</th>
<th width="25%">Table Header 3</th>
<th width="25%">Table Header 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>Row 1 Column 1</td>
<td>Row 1 Column 2</td>
<td>Row 1 Column 3</td>
<td>Row 1 Column 4</td>
</tr>
<tr>
<td>Row 2 Column 1</td>
<td>Row 2 Column 2</td>
<td>Row 2 Column 3</td>
<td>Row 2 Column 4</td>
</tr>
<tr>
<td>Row 3 Column 1</td>
<td>Row 3 Column 2</td>
<td>Row 3 Column 3</td>
<td>Row 3 Column 4</td>
</tr>
<tr>
<td>Row 4 Column 1</td>
<td>Row 4 Column 2</td>
<td>Row 4 Column 3</td>
<td>Row 4 Column 4</td>
</tr>
</tbody>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment