Fork me on Github

Below you will find the tables used by code.gov

Normal Footer

Column 1 Column 2
Value 1 Value 2
Value 3 Value 4
<table>
  <thead>
    <tr>
      <th>Column 1</th>
      <th>Column 2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Value 1</td>
      <td>Value 2</td>
    </tr>
    <tr>
      <td>Value 3</td>
      <td>Value 4</td>
    </tr>    
  </tbody>
</table>