<caption>
All Tags not showing in online page, but show on view source.
<table border="1" width="200">
<caption>What is this</caption>
<tr>
<th>Petrol</th>
<th>Onion</th>
</tr>
<tr>
<td>67</td>
<td>100</td>
</tr>
</table>
Code show like this:
| Petrol | Onion |
|---|---|
| 67 | 100 |
Browser Support
The <caption> tag is supported in all major browsers.
What is caption tag
Caption tag using into table, this tag using for caption of table and this tag automaticallly center align
Difference in HTML5
The caption tag is new in HTML5.