Deprecated presentational tag detected
| Field | Value |
|---|---|
| Rule code | BadTag_Presentational_Detect |
| WCAG conformance level | A |
| WCAG success criterion | 1.3.1 Info and Relationships |
| Must be fixed at source | Yes |
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.