Responsive Table Code


Simple Responsive Table Code



<table width="100%">
  <tr>
    <td width="auto">Text 1</td>
    <td width="auto">Text 2</td>

  </tr>
  <tr>
    <td width="auto">Text A</td>
    <td width="auto">Text B</td>
  </tr>
</table>