⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
HTML
>
HTML Deprecated Tags
HTML Deprecated Tags Tutorials
38 tutorials found.
📘
Blinking text - Use CSS animation instead
Animation Deprecated | <blink> | HTML
📘
Center text - Use CSS text-align:center instead
Text Formatting Deprecated | <center> | HTML
📘
Column group (still valid but attributes deprecated)
Table Deprecated | <colgroup> | HTML
📘
Directory list - Use <ul> tag instead
List Deprecated | <dir> | HTML
📘
Individual frame - Use CSS Grid/Flexbox instead
Layout Deprecated | <frame> | HTML
📘
Java applet - Use <object> or modern JS
Embed Deprecated | <applet> | HTML
📘
Key pair generator - Use Web Crypto API instead
Form Deprecated | <keygen> | HTML
📘
Language attribute - Use type="text/javascript"
Script Deprecated | <script language> | HTML
📘
Some values deprecated - Use modern equivalents
Metadata Deprecated | <meta http-equiv> | HTML
📘
Base font - Use CSS body font properties
Metadata Deprecated | <basefont> | HTML
📘
Column (still valid but attributes deprecated)
Table Deprecated | <col> | HTML
📘
External plugin (redefined) - Still used for PDF/flash but caution
Embed Deprecated | <embed> | HTML
📘
Font styling - Use CSS font properties instead
Text Formatting Deprecated | <font> | HTML
📘
Frame container - Use CSS Grid/Flexbox instead
Layout Deprecated | <frameset> | HTML
📘
Menu list (redefined) - Modern <menu> for toolbar
List Deprecated | <menu> | HTML
📘
Scrolling text - Use CSS animation instead
Animation Deprecated | <marquee> | HTML
📘
Single line input - Use <input> tag instead
Form Deprecated | <isindex> | HTML
📘
Bigger text - Use CSS font-size:larger instead
Text Formatting Deprecated | <big> | HTML
📘
Fallback for embed - Use <object> fallback
Embed Deprecated | <noembed> | HTML
📘
Fallback for frames - Use modern layout techniques
Layout Deprecated | <noframes> | HTML
📘
NeXT ID generator - Not supported
Form Deprecated | <nextid> | HTML
📘
Reverse relationship - Use rel attribute instead
Metadata Deprecated | <link rev> | HTML
📘
Layer positioning - Use CSS positioning instead
Layout Deprecated | <layer> | HTML
📘
Parameters for plugins - Use data attributes or JS
Embed Deprecated | <param> | HTML
📘
Strikethrough text - Use CSS text-decoration:line-through instead
Text Formatting Deprecated | <strike> | HTML
📘
Inline layer - Use CSS positioning instead
Layout Deprecated | <ilayer> | HTML
📘
Teletype monospace - Use CSS font-family:monospace instead
Text Formatting Deprecated | <tt> | HTML
📘
No frames content - Use responsive design
Layout Deprecated | <noframes> | HTML
📘
Underline (redefined) - Use CSS text-decoration:underline
Text Formatting Deprecated | <u> | HTML
📘
Strikethrough (redefined) - Use CSS text-decoration:line-through
Text Formatting Deprecated | <s> | HTML
📘
Acronym - Use <abbr> tag instead
Text Formatting Deprecated | <acronym> | HTML
📘
Plain text - Use <pre> or text/plain instead
Text Formatting Deprecated | <plaintext> | HTML
📘
Listing text - Use <pre> or <code> instead
Text Formatting Deprecated | <listing> | HTML
📘
Example text - Use <pre> or <code> instead
Text Formatting Deprecated | <xmp> | HTML
📘
No break text - Use CSS white-space:nowrap instead
Text Formatting Deprecated | <nobr> | HTML
📘
Space insertion - Use CSS margin or padding instead
Text Formatting Deprecated | <spacer> | HTML
📘
Multi-column text - Use CSS columns instead
Text Formatting Deprecated | <multicol> | HTML
📘
Background sound - Use <audio> tag instead
Text Formatting Deprecated | <bgsound> | HTML