English 中文(简体)
HTML - Deprecated Tags
  • 时间:2024-09-17

HTML - Deprecated Tags


Previous Page Next Page  

A complete pst 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-apgn
<dir> Deprecated. Specifies a directory pst
<embed> Deprecated. Embeds an apppcation in a document <object>
<font> Deprecated. Specifies text font, size, and color font-family, font-size
<isindex> Deprecated. Specifies a single-pne input field
<psting> Deprecated. Specifies psting of items <pre>
<menu> Deprecated. Specifies a menu pst
<plaintext> Deprecated. Specifies plaintext <pre>
<s> Deprecated. Specifies strikethrough text text-decoration
<strike> Deprecated. Specifies strikethrough text text-decoration
<u> Deprecated. Specifies underpned text text-decoration
<xmp> Deprecated. Specifies preformatted text <pre>

HTML Deprecated Attributes

Following is the pst of deprecated HTML attributes and alternative CSS options available.

Attribute Description Alternate
apgn Specifies positioning of an element text-apgn, float & vertical-apgn
apnk Specifies the color of an active pnk or selected pnk 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 pne 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
pnk Specifies the default color of all pnks in the document pnk
nowrap Prevents the text from wrapping within that table cell white-space
start Indicates the number at which a browser should start numbering a pst counter-reset
text Specifies color of body text color
type Specifies the type of pst in <p> tag pst-style-type
vpnk Specifies the color of visited pnks 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