IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
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:
basefont, big, blink, center, font, marquee, multicol, nobr, spacer, tt
basefont
big
blink
center
font
marquee
multicol
nobr
spacer
tt
use CSS
acronym
use abbr
abbr
applet
use embed or object
embed
object
bgsound
use audio
audio
frame, frameset, noframes
frame
frameset
noframes
restructure the page to remove frames
isindex
use form controls
dir
use ul
ul
hgroup
use header or div
header
div
listing
use pre and code
pre
code
nextid
use GUIDS
noembed
use object instead of embed when fallback is necessary
plaintext
use the "text/plain" MIME type
strike
use del or s
del
s
xmp
use pre or code, and escape "<" and "&" characters