Deprecated HTML checker

Those tags were replaced years ago. Some browsers still paint them; crawlers and accessibility trees treat them as noise. Inline CSS is counted so a template that styles every <p> by hand shows up.

Uses the public POST /api/audit. After the free daily check, continue in the workspace.

What we measure

A fixed list of retired elements: font, center, marquee, blink, big, strike, tt, frame, frameset, applet, basefont, dir, isindex, nobr. Any hit is informational, not a fail — old CMSs still emit them.

style= on any tag and the number of <style> blocks are reported next to that. We do not parse the CSS or judge whether a rule is “too much”.

What to do

Move presentation to a stylesheet. Replace <font> and <center> with CSS. Framesets and applet have no modern stand-in — those pages need a rebuild, not a class name.

See the full audit in your workspace

Other tools