[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-CAPTION
Used to specify a table title above or below the table.
Attributes
Specifies where the title of the table should appear in relation to the table.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-CAPTION
Caption
UsageUsed to specify a table title above or below the table.
Attributes
align="top | bottom"
Specifies where the title of the table should appear in relation to the table.
Live Example
<html> <head><title>Table Caption Document Example</title></head> <body> <table> <caption align="top">Table Title</caption> </table> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
