Deprecated HTML tags (Elements)

Previous page...

What's a deprecated tag (Element)?

Older HTML tags (Elements) and attributes that have been superseded by other more functional or flexible alternatives (whether as HTML or as CSS) are declared as deprecated in HTML4 by the W3C - the consortium that sets the HTML standards. Browsers should continue to support deprecated tags, but eventually these tags are likely to become obsolete and so future support cannot be guaranteed.

Deprecated HTML tags (Elements)
Old Tag Function Replaced by
<applet> Inserts applet <object>
<basefont> sets font styles style sheets
<center> centers elements <div align=center> or <span align=center>
<dir> directory list <ul>
<font> applies font styles style sheets
<isindex> adds search field <form>
<menu> menu list <ul>
<s> strike through style sheets
<strike> strike through style sheets
<u> underline style sheets

Back to Top of Page

© 2003 Ashley Preston 

Computeach International Ltd