⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
HTML
>
HTML Deprecated Tags
>
Text Formatting Deprecated
Text Formatting Deprecated Tutorials
15 tutorials found.
📘
Center text - Use CSS text-align:center instead
Text Formatting Deprecated | <center> | HTML
📘
Font styling - Use CSS font properties instead
Text Formatting Deprecated | <font> | HTML
📘
Bigger text - Use CSS font-size:larger instead
Text Formatting Deprecated | <big> | HTML
📘
Strikethrough text - Use CSS text-decoration:line-through instead
Text Formatting Deprecated | <strike> | HTML
📘
Teletype monospace - Use CSS font-family:monospace instead
Text Formatting Deprecated | <tt> | 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