I have a table which has a caption which appears on top of the table.
I’d need another caption to appear at the bottom of the table. how would it be possible?
<table>
<caption>My Table - Start</caption>
<tbody></tbody>
<tfooter></tfooter>
<caption>My Table - End</caption>
</table>
You could mock one by doing the following, and applying some CSS
Here’s an example