Caption Tag

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
  border: 1px solid grey;
}
</style>
</head>
<body>

<table>
  <caption>Monthly Income of Sharma ji</caption>
  <tr>
    <th>Month</th>
    <th>Income</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
  <tr>
    <td>February</td>
    <td>$150</td>
  </tr>
</table>

</body>
</html>

 


     


This is paragraph tag





Copyright © 2021 Designed by Rishi Rao