AW Table 3.15

by Hannah McFarlane

HTML

<table id="table16">
  <thead>
    <tr>
      <th style="width:30%">&nbsp;</th>
      <th style="width:14%">Strongly agree</th>
      <th style="width:14%">Agree</th>
      <th style="width:14%">Disagree</th>
      <th style="width:14%">Strongly disagree</th>
      <th>No opinion / Don’t know</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td colspan="5">Modern methods of ‘factory farming’ in the production of eggs, milk and meat are cruel</td><td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>19%</td>
      <td>33%</td>
      <td>35%</td>
      <td>5%</td>
      <td>8%</td>
    </tr>
    <tr>
      <td colspan="5">Modern methods of ‘factory farming’ in the production of eggs, milk and meat are unnatural</td>
<td>&nbsp;</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>15%</td>
      <td>36%</td>
      <td>34%</td>
      <td>6%</td>
      <td>10%</td>
    </tr>
    <tr>
    <td colspan="5">Meat production and processing industries can be trusted to ensure the safety of the meat product</td><td>&nbsp;</td></tr>
    <tr>
      <td>&nbsp;</td>
      <td>10%</td>
      <td>53%</td>
      <td>25%</td>
      <td>6%</td>
      <td>6%</td>
    </tr>
  </tbody>
</table>

CSS

table {
  border-collapse: collapse;
}

td,
th {
  border: 1px solid grey;
}