The align attribute
The align attribute specifies the alignment of text or an element. It is deprecated, although it still works. Instead, you should use the text-align CSS property to align text, and the margin CSS property set to auto to center block elements.