<CAPTION>
The <CAPTION> Tag acts as a Caption and is included
after the <TABLE> Tag.
Example:
| D.J. Quad's Ultimate HTML Site |
| Your One-Stop Web Development Site, period. |
<table border=1>
<caption>Example:</caption>
<tr><td>D.J. Quad's Ultimate HTML Site</td></tr>
<tr><td>Your One-Stop Web Development Site, period.</td></tr>
</table>
The <CAPTION> Tag can also have the ALIGN command for
TOP, BOTTOM, LEFT, or RIGHT. Note: Internet Explorer 4.0 only supports
TOP and BOTTOM since there are work-arounds for left and right caption
effects.
Example
| D.J. Quad's Ultimate HTML Site |
| One-Stop Web Development |
<caption align="top">Example:</caption>
| D.J. Quad's Ultimate HTML Site |
| One-Stop Web Development |
Example
<caption align="bottom">Example:</caption>
|
|