Scoreling
Markup

No deprecated presentational tags

Low impact · weight 3 · worth up to 1.3 points of the total score

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.

Check a page for this, and the other 41 checks at once

More Markup checks

See all checks