caption

caption


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>
 
My Favorite Flavors
ChocolateStrawberryVanilla


Attributes for this element:
global attributes - global core attributes
See: list of global attributes

Event handlers for this element:

global event handlers - global event handler attributes
See: list of global event handlers

Click Here To- Download  code Link

0 Response to "caption"

Post a Comment