W3Schools.com

HTML <colgroup> align Attribute

HTML colgroup Tag Reference HTML <colgroup> tag

Example

Two <colgroup> elements that specify different alignment for the three columns in the table (notice that the first <colgroup> element spans two columns):

<table width="100%" border="1">
  <colgroup span="2" align="left"></colgroup>
  <colgroup align="right"></colgroup>
  <tr>
    <th>ISBN</th>
    <th>Title</th>
    <th>Price</th>
  </tr>
  <tr>
    <td>3476896</td>
    <td>My first HTML</td>
    <td>$53</td>
  </tr>
</table>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The align attribute is only supported in Opera and Internet Explorer 8 and earlier (not supported in IE9).


Definition and Usage

The align attribute specifies the horizontal alignment of the content in a column group.


Syntax

<colgroup align="left|right|center|justify|char">

Attribute Values

Value Description
left Left-align content
right Right-align content
center Center-align content
justify Stretches the lines so that each line has equal width (like in newspapers and magazines)
char Align the content to a specific character


HTML colgroup Tag Reference HTML <colgroup> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE