- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
- HTML Resources
- HTML - Quick Guide
- HTML - Useful Resources
- HTML - Color Code Builder
- HTML - Online Editor
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
HTML - Deprecated Tags
A complete list of deprecated HTML tags and attributes are given here. All the tags have been ordered alphabetically along with their equivalent tag or alternate CSS option.
Tag | Description | Alternate |
---|---|---|
<applet> | Deprecated. Specifies an applet | <object> |
<basefont> | Deprecated. Specifies a base font | |
<center> | Deprecated. Specifies centered text | text-align |
<dir> | Deprecated. Specifies a directory list | |
<embed> | Deprecated. Embeds an application in a document | <object> |
<font> | Deprecated. Specifies text font, size, and color | font-family, font-size |
<isindex> | Deprecated. Specifies a single-line input field | |
<listing> | Deprecated. Specifies listing of items | <pre> |
<menu> | Deprecated. Specifies a menu list | |
<plaintext> | Deprecated. Specifies plaintext | <pre> |
<s> | Deprecated. Specifies strikethrough text | text-decoration |
<strike> | Deprecated. Specifies strikethrough text | text-decoration |
<u> | Deprecated. Specifies underlined text | text-decoration |
<xmp> | Deprecated. Specifies preformatted text | <pre> |
HTML Deprecated Attributes
Following is the list of deprecated HTML attributes and alternative CSS options available.
Attribute | Description | Alternate |
---|---|---|
align | Specifies positioning of an element | text-align, float & vertical-align |
alink | Specifies the color of an active link or selected link | active |
background | Specifies background image | background-image |
bgcolor | Specifies background color | background-color |
border | Specifies a border width of any element | border-width |
clear | Indicates how the browser should display the line after the <br /> element | clear |
height | Specifies height of body and other elements | height |
hspace | Specifies the amount of whitespace or padding that should appear left or right an element | padding |
language | Specifies scripting language being used | type |
link | Specifies the default color of all links in the document | link |
nowrap | Prevents the text from wrapping within that table cell | white-space |
start | Indicates the number at which a browser should start numbering a list | counter-reset |
text | Specifies color of body text | color |
type | Specifies the type of list in <li> tag | list-style-type |
vlink | Specifies the color of visited links | visited |
vspace | Specifies the amount of whitespace or padding that should appear above or below an element | padding |
width | Specifies width of body and other elements | width |
Advertisements