The <caption> tag in HTML is used to provide a title or description for a <table> element. It helps give context or additional information about the content of the table.
The <caption> tag must be placed immediately after the opening <table> tag.
Useful for summarizing table data, especially in large datasets
The <caption> tag provides a title for the table, which in this case is "Student Information".
The table contains rows of data with roll no, names, and ages.