table-subheaders

by Alex McWhinnie

HTML

<link rel="stylesheet" href="https://assets.ipums.org/_css/jsfiddle.1.0.css">
<script src="https://assets.ipums.org/_js/load-fonts.1.3.js"></script>
<table>
<thead>
  <tr>
    <th colspan="5">Table Title</th>
  </tr>
</thead>
  <tr>
    <th>Supplement Month and Year</th>
    <th>Data Files</th>
    <th>Original Supplement Documentation</th>
    <th>Linked File Case Counts</th>
    <th>Combine with ATUS Samples</th>
  </tr>
  <tr>
    <th>October 2003</th>
    <td>linked file</td>
    <td>pdf</td>
    <td>pdf</td>
    <td>2003-2004</td>
  </tr>
  <tr>
    <th>October 2002</th>
    <td>linked file</td>
    <td>pdf</td>
    <td>pdf</td>
    <td>2003-2004</td>
  </tr>
</table>