Forbidden (deprecated) HTML tags and attributes
There are some older html tags and attributes which has declared deprecated or forbidden by W3C consortium, though all modern browsers still support them but in future they may not. So it is best to know about those deprecated tags and attributes, and best practice is avoid them in your code.
Here is the list of deprecated tags:
<applet>, <basefont>, <center>, <dir>, <embed>, <font>, <isindex>, <menu>, <noembed>, <s>, <strike>, <u>
Here is the list of deprecated attributes:
align for these tags: <caption>, <iframe>, <img>, <input>, <legend>, <object>, <table>, <hr>, <div>, <h1..6>, <p>
alink for this tag: <body>
background for this tag: <body>
bgcolor for these tags: <body>, <table>, <th>, <tr>, <td>
clear for this tag: <br>
compact for these tags: <ol>, <ul>
border for these tags: <img>, <object>
link for this tag: <body>
noshade for this tag: <hr>
nowrap for these tags: <td>, <th>
size for these tags: <basefont>, <font>, <hr>
start for this tag: <ol>
text for this tag: <body>
type for this tag: <li>
value for this tag: <li>
vlink for this tag: <body>
width for these tags: <hr>, <pre>, <td>, <th>
vspace for these tags: <img>, <object>
Categories: SEO, optimization, web design
browser






I am loving your blog! Keep it up!
Thank you
Fobidden or ‘Forbidden’?
hmm “man is mortal”
“WIDTH” for <TABLE> was forgotten!
WIDTH for TABLE tag is not deprecated.