Skip to main content
Version: v6

Deprecated presentational tag detected

Deprecated presentational tag detected — rule summary
FieldValue
Rule codeBadTag_Presentational_Detect
WCAG conformance levelA
WCAG success criterion1.3.1 Info and Relationships
Must be fixed at sourceYes

Description

We detected the use of a non-semantic presentational tag that is deprecated. Non-semantic presentational tags such as font, center and u have been deprecated and should be replaced with semantic elements or elements with CSS styling.

How to fix

Inspect the document for deprecated presentational tags such as <center>, <font>, <u>, <b> (if not for stylistic purposes), and <i> (if not for stylistic purposes). Replace these with semantic HTML elements and CSS for styling.