HTML Tag: CAPTION
CAPTION
/
Specifies the text for a caption associated with a
TABLE
.
HTML 3.2,
HTML 4 added ALIGN
LEFT and RIGHT
Example(s):
<table>
<caption align=top>
C</caption>
default
C
A
B
<table>
<caption align=bottom>
C</caption>
C
A
B
<table>
<caption align=left>
C</caption>
C
A
B
<table>
<caption align=right>
C</caption>
C
A
B
Attributes:
ALIGN
CLASS
ID
STYLE
TITLE
© 2007 Prem Sobel. All Rights Reserved.