Write short notes on Table Caption
20 Likes
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.
<TABLE>
Syntax:
<CAPTION> string of text </CAPTION>
Answered By
11 Likes
Write short notes on Table Border
Write short notes on Table Background
Write short notes on Hyperlink
Write short notes on Anchor Tag