With the advent of HTML5, many old elements were deprecated. To ensure the best user experience, deprecated elements should not be used. This rule checks for the following deprecated elements:

ElementRemediation Action
basefont, big, blink, center, font, marquee, multicol, nobr, spacer, ttuse CSS
acronymuse abbr
appletuse embed or object
bgsounduse audio
frame, frameset, noframesrestructure the page to remove frames
isindexuse form controls
diruse ul
hgroupuse header or div
listinguse pre and code
nextiduse GUIDS
noembeduse object instead of embed when fallback is necessary
plaintextuse the "text/plain" MIME type
strikeuse del or s
xmpuse pre or code, and escape "<" and " " characters

See