VOOZH about

URL: https://www.geeksforgeeks.org/html/how-to-define-a-table-caption-using-html/

⇱ How to define a table caption using HTML ? - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

How to define a table caption using HTML ?

Last Updated : 15 Jul, 2025
In this article, we define a table caption by using the <caption> tag element. The caption element is used to specify the caption of a table. This tag will be inserted just after the table tag. Only one caption can be specified for one table. It is by default aligned to the center. Syntax:
<caption align="value"> </caption>
Example: Output: 👁 Image
Supported Browsers are listed below:
  • Google Chrome
  • Internet Explorer
  • Firefox
  • Opera
  • Safari
Comment
Article Tags: