@@ -696,3 +696,42 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content
...
@@ -696,3 +696,42 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content
...
...
</table>
</table>
{% endhighlight %}
{% endhighlight %}
## Captions
A `<caption>` functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it.