Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

HTML Tutorials - Learn HTML

Tutor at Develop PHP
<colgroup> - Column Group
By: Adam      Created: Jul 14, 2008      Views: 152 Tweet This Page  Post page to Facebook  Post page to Facebook

The <colgroup> tag specifies a column group within a table and is used for grouping and alignment. It is used in conjunction with the <col> tag.

Code
 or Script Display Bar

<table border="1" cellpadding="5">
<tr>
  <colgroup>
    <col width="100" />
    <col width="400" />
  </colgroup>
<td>Column 1</td>
<td>Column 2</td>
</tr>
<tr>
<td>Column 3</td>
<td>Column 4</td>
</tr>
</table>

Browser Display Bar
Column 1 Column 2
Column 3 Column 4


                                   <dl>, <dt>, <dd> : Definition Lists


Comment on <colgroup> - Column Group




Search Tags:
<colgroup>   ·  -   ·  Column   ·  Group   ·  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder