How do you name a table in HTML?
The <caption> tag defines a table caption. The <caption> tag must be inserted immediately after the <table> tag. Tip: By default, a table caption will be center-aligned above a table. However, the CSS properties text-align and caption-side can be used to align and place the caption.
Which tag is used in HTML table name?
Table Headers. Sometimes you want your cells to be table header cells. In those cases use the <th> tag instead of the <td> tag: th stands for table header.
Can I give name to the table?
To rename a table: Click on the table. Go to Table Tools > Design > Properties > Table Name.