Tuesday, 27 May 2014

HTML/XHTML Deprecated Tags and Attributes

Post By: Hanan Mannan
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------

HTML/XHTML Deprecated Tags and Attributes


A complete list of deprecated tags and attributes are given here. All the tags are ordered alphabetically.
An equivalent tag or alternate CSS option is given:
TagDescriptionAlternate
<applet>Deprecated. Specifies an applet<object>
<basefont>Deprecated. Specifies a base font 
<center>Deprecated. Specifies centered texttext-align
<dir>Deprecated. Specifies a directory list 
<embed>Deprecated. Embeds an application in a document<object>
<font>Deprecated. Specifies text font, size, and colorfont-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 texttext-decoration
<strike>Deprecated. Specifies strikethrough texttext-decoration
<u>Deprecated. Specifies underlined texttext-decoration
<xmp>Deprecated. Specifies preformatted text<pre>

HTML Decprecated Attributes:

Following is the list of deprecated attributes and alternate CSS options available.
TagDescriptionAlternate
alignSpecifies positioning of an elementtext-align , float & vertical-align
alinkSpecify the color of an active link or selected linkactive
backgroundSpecifies background imagebackground-image
bgcolorSpecifies background colorbackground-color
borderSpecifies a border width of any elementborder-width
clearIndicates how the browser should display the line after the <br /> elementclear
heightSpecifies height of body and other elementsheight
hspaceSpecifies the amount of whitespace or padding that should appear left or right an elementpadding
languageSpecifies scripting language being usedtype
linkSpecifies the default color of all links in the documentlink
nowrapPrevents the text from wrapping within that table cellwhite-space
startIndicate at what number a browser should start numbering a listcounter-reset
textSpecifies color of body textcolor
typeSpecifies the type of list in <li> taglist-style-type
vlinkSpecify the color of visited linksvisited
vspaceSpecifies the amount of whitespace or padding that should appear above or below an elementpadding
widthSpecifies width of body and other elementswidth

0 comments: