An HTML table with center-aligned rows:
![]()
The align attribute is supported in all major browsers.
Note: None of the major browsers handles the "char" value correctly.
The <tr> align attribute is not supported in HTML5. Use CSS instead.
The align attribute specifies the horizontal alignment of the content in a table row.
| 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
Your message has been sent to W3Schools.