Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nborwankar/522497 to your computer and use it in GitHub Desktop.
Save nborwankar/522497 to your computer and use it in GitHub Desktop.
<table id="table-1" bgcolor="gray">
<thead>
<tr bgcolor="lightgray">
<th>Id</th>
<th>Date</th>
<th>Hour</th>
<th>Load</th>
</tr>
</thead>
<tbody>
<tr bgcolor="white" class="data-row">
<td>pjm-20100405-24</td>
<td>05/04/2010</td>
<td>24</td>
<td>1686.4</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment