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
AB
<table>
<caption align=bottom>
C</caption>


C
AB
<table>
<caption align=left>
C</caption>


C
AB
<table>
<caption align=right>
C</caption>


C
AB
Attributes: ALIGN CLASS ID STYLE TITLE

© 2007 Prem Sobel. All Rights Reserved.