HTML Colgroup Align Attribute - W3Schools
Có thể bạn quan tâm
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
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> |
|
Try-It-Yourself Demos
colgroup align attribute example Set the alignment of a column group.
HTML <colgroup> tagAltova® 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
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
-
HTML |
Align Attribute - GeeksforGeeks -
Using Text-align Center In Colgroup - Html - Stack Overflow
-
HTML Colgroup Align Attribute
-
: The Table Column Group Element - MDN Web Docs -
HTML Colgroup Tag - W3Schools
-
HTML Colgroup Align Attribute - WEBDEVABLE
-
HTML Colgroup Align Attribute | Programming Tutorial
-
HTML Table Tutorial - HTML ALIGN - Linuxtopia
-
Styling Table Columns (COLGROUP, COL SPAN Etc.) - SitePoint
-
HTML Colgroup Align 属性| 菜鸟教程
-
Html – Using Text-align Center In Colgroup - ITecNote
-
HTML Colgroup Charoff Attribute - W3Schools
-
HTML Align Attribute - HTML Tutorials - W3resource
-
Tables In HTML Documents