<table>
All Tags not showing in online page, but show on view source.
<table border="1">
<thead>
<tr>
<th>Roll no</th>
<th>Name</th>
</tr>
</thead>
<tfoot>
<tr>
<td>11</td>
<td>Raj</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>12</td>
<td>Ravi</td>
</tr>
<tr>
<td>13</td>
<td>Santosh</td>
</tr>
</tbody>
</table>
Code show like this:
| Roll no | Name |
|---|---|
| 11 | Raj |
| 12 | Ravi |
| 13 | Santosh |
Browser Support
The <table> tag is supported in all major browsers.
What is table tag
table tag is used to HTML table. Use tr, th, td tag.