Code has been added to clipboard!

caption-side With HTML Caption

Example
<table style="width: 100%; border: 1px solid;">
  <caption align="bottom">Average Price List of Fruits [July 2017]</caption>
  <tr>
    <th>Fruits</th>
    <th>Prices</th>
  </tr>
  <tr>
    <td>Apple</td>
    <td>€0.60</td>
  </tr>
  <tr>
    <td>Banana</td>
    <td>€0.32</td>
  </tr>
</table>