<table>
  <caption>Це заголовок таблиці</caption>
  <tr>
    <th>Заголовок</th>
    <th>Заголовок</th>
    <th>Заголовок</th>
  </tr>
  <tr>
    <td>Клітинка</td>
    <td>Клітинка</td>
    <td>Клітинка</td>
  </tr>
  <tr>
    <td>Клітинка</td>
    <td>Клітинка</td>
    <td>Клітинка</td>
  </tr>
</table>
table {
  border: 1px solid #666;
  width: 100%;
}

td, th {
  border: 1px solid #666;
  padding: 16px;
  text-align: center;
}

caption {
  caption-side: bottom;
  margin: 16px 0;
  padding: 16px;
  background-color: #ddd;
  color: #222;
  font-weight: 700;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.