caption
<caption>
goes inside
<thead>
and is title of the table. The title is centered horizontally.
caption
is above the first
tr
<table>
  <caption>Monthly savings</caption>
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
</table>
by Valeri Tandilashvili
4 years ago
HTML
tags
HTML - Build a Website | Tutorial
2
Pro tip: use ```triple backticks around text``` to write in code fences