colgroup

colgroup


The HTML <colgroup> element represents a group of columns in a table.
HTML CODE EXAMPLE
<table border="1">
  <colgroup span="4" style="background-color:#8CC6FF;"></colgroup>
  <tr>
    <th>January</th>
    <th>February</th>
    <th>March</th>
    <th>April</th>
  </tr>
  <tr>
    <td>50</td>
    <td>36</td>
    <td>44</td>
    <td>25</td>
  </tr>
</table>
 
JanuaryFebruaryMarchApril
50364425


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 :

  • bdo bdo The HTML <bdo> element is made to represent text going the opposite way … Read More...
  • blockquote blockquote The HTML <blockquote> element is used to represent quoted materia… Read More...
  • body body The HTML <body> element is the main display container for the web docum… Read More...
  • br br The HTML <br> element is used to create a line break in your content. HT… Read More...
  • bdi bdi NOTE: This new element is HTML5 and will be a standardized element in 2014. The H… Read More...

0 Response to "colgroup"

Post a Comment