<CAPTION></CAPTION>

Caption for table or figure


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


Used to define a caption for a table or figure.

        <html>
        <head>
        <title>A page to show CAPTION useage</title>
        </head>
        <body>
           .
           .
        <table border=3 cellspacing=2 cellpadding=2 width="80%">
==>>      <caption>This is a sample table.</caption>
        <tr>
        <td>The first cell<td>Second cell
        </table>

HTML 3.2 Final

The caption element has only one attribute and if you don't specify it then the browsers normally put the caption at the top of the table.

align
You can tell the browser to put the caption at the top or bottom of the table. Use top to have the caption over the table and bottom to have it under the table.

Netscape

    Nothing special.

Microsoft Internet Explorer

    Nothing special.

Internationalization

    Nothing special.


[HOME] [PAGE UP] [PREV PAGE] [NEXT PAGE]


The Rusk Family . . . "the Legend Continues"

Michael T. Rusk
Comments to author: mrusk@radix.net

All contents copyright © 1996, 1997 Michael T. Rusk
All rights reserved.

Revised: December 03, 1997 10:35 -0500
URL: ./htmlgd/tagcapti.html