HTML <tr> align attribute
HTML <tr> tag
Example
An HTML table with center-aligned rows:
<table width="100%" border="1">
<tr align="center">
<th>Month</th>
<th>Savings</th>
</tr>
<tr align="center">
<td>January</td>
<td>$100</td>
</tr>
</table> |
Try it yourself!
|
Definition and Usage
The align attribute specifies the horizontal alignment of the
content in a table row.
Browser Support

The align attribute is supported in all major browsers.
Note: IE does not handle the "justify" value properly in tables, IE
will center the content instead.
Note: None of the major browsers handles the "char" value correctly.
Syntax
Attribute Values
Value |
Description |
left |
Left-align content (default for td elements) |
right |
Right-align content |
center |
Center-align content (default for th elements) |
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 <tr> tag
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).
|
|