how to add description in html table code example
Example: how to add a description to a table html
<table>
<caption>Table Description</caption>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</table>
<table>
<caption>Table Description</caption>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
</table>