Computer Studies
Write short notes on Table Caption
HTML Advanced Features
20 Likes
Answer
The caption tag serves as a title or explanation for the table. It is a container element. This tag is placed just after the <TABLE> tag and is optional to use it in a table. It is used only once in a table.
Syntax:
<CAPTION> string of text </CAPTION>
Answered By
11 Likes