Element “align” is obsolete or non-standard: what should I use instead? August 30, 2023 by Tarik You should use text-align in CSS rather than using the obsolete html styling attributes. td{ text-align:center; }