HTML Deprecated Tags
What are Deprecated Tags?
Deprecated tags are those tags which are replaced by some other tags. Deprecated tags are allowed to use but not recommended.
Below is the list of Deprecated HTML tags:
Tag | Description | Alternate Tag |
<applet> | used to define embedded Java applet | <object> |
<center> | Align the text to the center | text-align |
<font> | define the font text, size and color | CSS styles |
<dir> | specifies a list of directory titles | <ul>; list style |
<blink> | Displays an enclosed text, which flashes slowly | animation |
<frame> | Specifies an alternate window, where we can load another web page | <iframe> |
<menu> | specifies where to open the link | <ul> |
<marquee> | Creates a scrolling image or text | animation, transform |
<s> | Specifies an irrelevant text | text-decoration |
<strike> | Specifies a strike through text | <del> |
Related Posts
HTML Deprecated Tags – crus4
2 thoughts on “HTML Deprecated Tags – crus4”