Skip to main content

HTML Guide

The “align” attribute on the “td” element is obsolete. Use CSS instead.

<td> elements no longer accept an align attribute. This can be achieved using CSS like this:

<td style="text-align:center;">content</td>

Related W3C validator issues