Why it matters
Tags like <center> and <font> were removed from the standard. Browsers still honour them today, but they mix styling into the markup and no longer respond to CSS the way the rest of the page does.
How to fix it
Replace them with CSS: text-align, font-family, font-size, and their friends.