01.08.2017, 14:54
Styling should be done with CSS exclusively. Also the <center> tag has been deprecated since forever. If you want to center the text within the element you use the text-align property. If you want to center the element itself then you use the "margin 0 auto" trick.