Table Caption
Preview
Code
<table border="1"> <caption>Student List</caption> <tr> <th>Name</th> <th>Score</th> </tr> <tr> <td>Mary</td> <td>90</td> </tr> </table>
<table border="1"> <caption>Student List</caption> <tr> <th>Name</th> <th>Score</th> </tr> <tr> <td>Mary</td> <td>90</td> </tr> </table>