caption
Attributes for this element:
The HTML <caption> element is used to specify the title of the <table> it's inside of.
HTML CODE EXAMPLE
<table border="1">
<caption>My Favorite Flavors</caption>
<tr>
<td>Chocolate</td>
<td>Strawberry</td>
<td>Vanilla</td>
</tr>
</table>
<caption>My Favorite Flavors</caption>
<tr>
<td>Chocolate</td>
<td>Strawberry</td>
<td>Vanilla</td>
</tr>
</table>
Chocolate | Strawberry | Vanilla |
global attributes - global core attributes
See: list of global attributes
See: list of global attributes
Event handlers for this element:
global event handlers - global event handler attributes
See: list of global event handlers
See: list of global event handlers
Click Here To- Download code Link
0 Response to "caption"
Post a Comment