|
|
|
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
|
<CAPTION></CAPTION>Caption for table or figure |
|
|
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 FinalThe 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.
NetscapeNothing special. Microsoft Internet ExplorerNothing special. InternationalizationNothing special. |
| | Home | HTML Guide Start | List of HTML Elements | Next Element | Previous Element | |
|
Michael T. Rusk All contents copyright © 1996-2001
Michael T. Rusk Revised:
Sunday, December 30, 2007 11:06
-0500 |