Answers for "add description to table html"

1

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>
Posted by: Guest on March-07-2021

Code answers related to "add description to table html"

Browse Popular Code Answers by Language