HTML Colgroup Align Attribute - W3Schools

HTML colgroup align Attribute HTML colgroup Tag Reference HTML <colgroup> tag

Definition and Usage

The align attribute specifies horizontal alignment of the content in the table cell.

Syntax

<colgroup align="alignment" />

Syntax Example

<colgroup align="center" />

Attribute Values

Value Description
left Left-align text/data (default for table data).
right Right-align text/data.
center Center-align text/data (default for table header).
justify Justify text within the cell.
char Align the text/data around a specific character (use together with the char attribute).

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The attribute is only supported by Internet Explorer and Opera and should be avoided.

Note: None of the browsers support the char value of this attribute.

Example

Source Output
<table border="1"> <colgroup align="left" /> <colgroup align="center" /> <colgroup align="right" /> <tr> <th colspan="3">This table contains three table data cells</th> </tr> <tr> <td>Peter</td> <td>Glenn</td> <td>Cleveland</td> </tr> </table>
This table contains three table data cells
Peter Glenn Cleveland

Try-It-Yourself Demos

colgroup align attribute example Set the alignment of a column group.

HTML colgroup Tag Reference HTML <colgroup> tag

Altova® MissionKit® - Integrated suite of XML tools

The Altova MissionKit is a suite of intelligent XML tools, including:

XMLSpy® – industry-leading XML editor

  • Support for all XML-based technologies
  • Graphical editing views, powerful debuggers, code generation, & more

MapForce® – graphical data mapping tool

  • Drag-and-drop data conversion with code generation
  • Support for XML, DBs, EDI, Excel® 2007, text, Web services

StyleVision® – visual stylesheet designer

  • Drag-and-drop stylesheet design for XML & databases
  • Output to HTML, PDF, RTF, Word 2007, & more

And more…

Try before you buy with a free fully functional 30-day trial

Download today

diploma

Get Your Diploma!

W3Schools' Online Certification Program is the perfect solution for busy professionals who need to balance work, family, and career building.

The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.

The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.

The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT.

The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.

The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL).

Từ khóa » Html Colgroup Align Right