Deprecated Tags *
| Tag | Description | Recommendation |
|---|---|---|
| <applet> | Inserts applet | <object> |
| <b> | Emboldens text | <strong> for especially important words |
| OK for stylistic purposes to show keywords without marking them as more important than the surrounding text. | ||
| <basefont> | Sets font styles for subsequent text | CSS (color, font-size, font-family, font, etc.) |
| <center> | Centers elements on the page. | CSS |
| <dir> | Directory list | <ul> or <ol> or <dl> |
| <embed /> | Embeds media | <param /> |
| <font> | Applies font styles | CSS |
| <i> | Italicizes text | <em> for emphasis <cite> for publications |
| OK to italicize, for instance, foreign words without marking them as more important than the surrounding text. | ||
| <iframe> | Inline frame | absent from XHTML 1.0 strict. |
| allowed in transitional, but not recommended. | ||
| <isindex> | Single line prompt | <form> and scripting |
| <menu> | Menu item list | <ul> or <ol> |
| <s> | Strike-through text | CSS |
| <strike> | Strike-through text | CSS |
| <u> | Underlined text | CSS |
* Credit
Adapted for XHTML 1.0 from:
- Niederst, Jennifer, Appendix C, Web Design in a Nutshell, 2nd Edition (O'Reilly, 2001), available at http://www.oreilly.com/catalog/wdnut2/
- W3C,
Index of Elements,
HTML 4.01 Specification (24 December 1999), at http://www.w3.org/TR/html4/index/elements.html.
More Resources
For more disallowed tags, see:
- Dr Sam's Files: Proprietary Elements.
