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

Related Posts :

  • hr hr HTML hr Element The HTML <hr> element is used to designate a horizontal rule… Read More...
  • header header HTML header Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • hgroup hgroup HTML hgroup Element NOTE: This new element is HTML5 and will be a standardized ele… Read More...
  • head head HTML head Element The HTML <head> element is used to relate the web docume… Read More...
  • html html The <html> element is the root element of your html document. You can place… Read More...

0 Response to "caption"

Post a Comment